Skip to content

Commit

Permalink
MAINT: remove new test flag from timed_guvi
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 5, 2024
1 parent 236cb98 commit 33ed75f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pysatNASA/instruments/timed_guvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
_test_load_opt = {iid: {tag: {'combine_times': True}
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']}
_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 33ed75f

Please sign in to comment.