Skip to content
Snippets Groups Projects
Commit b3f9f16d authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Add more comments to SqDist tests.

parent 20909350
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ assert_array_less = np.testing.assert_array_less ...@@ -9,6 +9,9 @@ assert_array_less = np.testing.assert_array_less
def test_sqdistalgorithm_additive1(): def test_sqdistalgorithm_additive1():
"""SqDistAlgorithm_test.test_sqdistalgorithm_additive1() """SqDistAlgorithm_test.test_sqdistalgorithm_additive1()
Uses a simple 12 point data series to compare additive inputs with
corresponding outputs.
""" """
# configure to test zero-step predictions of 4 "season" cycles # configure to test zero-step predictions of 4 "season" cycles
m = 4 m = 4
...@@ -122,6 +125,7 @@ def test_sqdistalgorithm_additive1(): ...@@ -122,6 +125,7 @@ def test_sqdistalgorithm_additive1():
def test_sqdistalgorithm_additive2(): def test_sqdistalgorithm_additive2():
"""SqDistAlgorithm_test.test_sqdistalgorithm_additive2() """SqDistAlgorithm_test.test_sqdistalgorithm_additive2()
Uses synthetic data time series over 300 days to test additive method Uses synthetic data time series over 300 days to test additive method
outputs. outputs.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment