Skip to content

Commit

Permalink
MAINT: turn off icon tiegcm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Dec 20, 2023
1 parent c3e4ba9 commit 2ef2a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"pandas",
"pyForecastTools",
"pysat >= 3.0.4",
"pysatNASA <= 0.0.4",
"pysatNASA",
"requests",
"scipy",
"xarray"
Expand Down
3 changes: 2 additions & 1 deletion pysatModels/models/ucar_tiegcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@

_test_dates = {'': {'': dt.datetime(2019, 1, 1),
'icon': dt.datetime(2020, 1, 10)}}
_test_download = {'': {'': False, 'icon': True}}
# TODO (#132): Turn on ICON download tests once pysatNASA 0.0.6 is released.
_test_download = {'': {'': False, 'icon': False}}
_clean_warn = {'': {tag: general.clean_warn for tag in tags.keys()}}

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 2ef2a70

Please sign in to comment.