Skip to content

Commit

Permalink
MAINT: update new tests flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jan 17, 2024
1 parent 1267042 commit be0223a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysatModels/models/pydineof_dineof.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pysatModels/models/sami2py_sami2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be0223a

Please sign in to comment.