pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

BUG: `test_omni_hro` not compatible with pysat 3.0.1 changes #74

Closed jklenzing closed 3 years ago

jklenzing commented 3 years ago

Tests for custom omni_hro functions require the use of the pysat test instruments. The calculate_imf_steadiness routine requires an omni-like instrument tag to calculate the sample rate. However, pysat now checks to make sure only allowed tags are used.

The current technique of passing through a omni-like tag of '1min' will not work with standards imposed by pysat 3.0.1.

Potential solutions: Update how the sample_rate is calculated to allow a standard tag of '' to pass through

jklenzing commented 3 years ago

Closing with merge of #75