Skip to content

Commit

Permalink
Merge pull request #138 from pysat/maint/new_tests
Browse files Browse the repository at this point in the history
MAINT: update new tests flag
  • Loading branch information
jklenzing authored Mar 27, 2024
2 parents 1267042 + be0223a commit 6d3fbac
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 6d3fbac

Please sign in to comment.