Skip to content

Commit 737d81a

Browse files
committed
tests typos
1 parent e550c7b commit 737d81a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_extension(module_name, src_name, current_os):
7676
readme_file.close()
7777

7878
setup(name="fathon",
79-
version="0.1.2",
79+
version="0.1.2.post2",
8080
author="Stefano Bianchi",
8181
author_email="[email protected]",
8282
url="https://github.com/stfbnc/fathon.git",

tests/test_fathon.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# FUNCTIONALITY TESTS
66
# -------------------
77
# - Results of the Ihlen's "Introduction to Multifractal Detrended Fluctuation
8-
# Analysis in Matlab" are reproduced
8+
# Analysis in Matlab" paper are reproduced
99
# (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3366552/)
1010
# - MATLAB code to reproduce the paper results can be found at:
1111
# https://it.mathworks.com/matlabcentral/fileexchange/38262-multifractal-detrended-fluctuation-analyses
@@ -137,7 +137,7 @@ def test_mat_mfdfa_mn():
137137
# REGRESSION TESTS
138138
# ----------------
139139
# - the element of the array tested in tests 2-5 has no
140-
# particular meaning, it has just chosen randomly.
140+
# particular meaning, it was just chosen randomly.
141141
# - the numbers to which results are tested against have
142142
# been produced by fathon and have many significant figures
143143
# due to the fact that the precision of the testing machine

0 commit comments

Comments
 (0)