Skip to content

Commit

Permalink
tests typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stfbnc committed Jan 8, 2020
1 parent e550c7b commit 737d81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_extension(module_name, src_name, current_os):
readme_file.close()

setup(name="fathon",
version="0.1.2",
version="0.1.2.post2",
author="Stefano Bianchi",
author_email="[email protected]",
url="https://github.com/stfbnc/fathon.git",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_fathon.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# FUNCTIONALITY TESTS
# -------------------
# - Results of the Ihlen's "Introduction to Multifractal Detrended Fluctuation
# Analysis in Matlab" are reproduced
# Analysis in Matlab" paper are reproduced
# (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3366552/)
# - MATLAB code to reproduce the paper results can be found at:
# https://it.mathworks.com/matlabcentral/fileexchange/38262-multifractal-detrended-fluctuation-analyses
Expand Down Expand Up @@ -137,7 +137,7 @@ def test_mat_mfdfa_mn():
# REGRESSION TESTS
# ----------------
# - the element of the array tested in tests 2-5 has no
# particular meaning, it has just chosen randomly.
# particular meaning, it was just chosen randomly.
# - the numbers to which results are tested against have
# been produced by fathon and have many significant figures
# due to the fact that the precision of the testing machine
Expand Down

0 comments on commit 737d81a

Please sign in to comment.