Skip to content

Commit

Permalink
MAINT: only skip high res data
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 7, 2024
1 parent a6a61fb commit 483c8e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysatNASA/instruments/timed_guvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
for tag in inst_ids[iid]}
for iid in ['high_res', 'low_res']}
# TODO(#218): Remove when compliant with multi-day load tests
_new_tests = {iid: {tag: False for tag in inst_ids[iid]}
for iid in ['high_res', 'low_res']}
_new_tests = {'high_res': {tag: False for tag in inst_ids['high_res']}}
_clean_warn = {inst_id: {tag: mm_nasa.clean_warnings
for tag in inst_ids[inst_id] if tag != 'sdr-imaging'}
for inst_id in inst_ids.keys()}
Expand Down

0 comments on commit 483c8e1

Please sign in to comment.