diff --git a/setup.py b/setup.py index 06941de..e72ded2 100755 --- a/setup.py +++ b/setup.py @@ -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="fathon.package@gmail.com", url="https://github.com/stfbnc/fathon.git", diff --git a/tests/test_fathon.py b/tests/test_fathon.py index bbdb5b1..567ba25 100755 --- a/tests/test_fathon.py +++ b/tests/test_fathon.py @@ -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 @@ -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