diff --git a/pysatModels/models/pydineof_dineof.py b/pysatModels/models/pydineof_dineof.py index 45b21dac..1db6f06f 100644 --- a/pysatModels/models/pydineof_dineof.py +++ b/pysatModels/models/pydineof_dineof.py @@ -70,7 +70,7 @@ _test_dates = {'': {tag: dt.datetime(2009, 1, 1) for tag in tags.keys()}} _test_download = {'': {'': False, 'test': True}} # TODO(#136): Remove when compliant with multi-day load tests -_test_new_tests = {'': {'test': False}} +_new_tests = {'': {'test': False}} # ---------------------------------------------------------------------------- # Instrument methods diff --git a/pysatModels/models/sami2py_sami2.py b/pysatModels/models/sami2py_sami2.py index 23b08855..1562e3dd 100644 --- a/pysatModels/models/sami2py_sami2.py +++ b/pysatModels/models/sami2py_sami2.py @@ -50,7 +50,7 @@ _test_dates = {'': {tag: dt.datetime(2019, 1, 1) for tag in tags.keys()}} _test_download = {'': {'': False, 'test': True}} # TODO(#136): Remove when compliant with multi-day load tests -_test_new_tests = {'': {'test': False}} +_new_tests = {'': {'test': False}} # ---------------------------------------------------------------------------- # Instrument methods