Skip to content

Commit

Permalink
BUG: added flag for kindat 7800
Browse files Browse the repository at this point in the history
Added a flag to not perform the new tests with the general pandas Madrigal instrument for the 7800 dataset.
  • Loading branch information
aburrell committed Feb 27, 2024
1 parent 1046873 commit 31567b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pysatMadrigal/instruments/madrigal_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
_test_dates = {'': {tag: tag_dates[tag] if tag in tag_dates.keys()
else tag_dates['7800'] for tag in tags.keys()}}
_test_download = {'': {tag: True for tag in tags.keys()}}

# TODO(#99): Remove when compliant with multi-day load tests
_new_tests = {'': {'7800': False}}

# Set the clean warnings for testing
_clean_warn = {'': {tag: {clean_level: [('logger', 'WARN',
"can't support instrument-specific",
clean_level)]
Expand Down

0 comments on commit 31567b9

Please sign in to comment.