Closed jklenzing closed 11 months ago
The combined E-field and B-field data has multiple indices, because they are offset by 0.005 s rather than on the same index.
import pysat vefi = pysat.Instrument('de2', 'vefi') vefi.load(1983, 1)
will load data as expected. Loading data for 1983, 2 will fail.
Discovered with the new test_load_with_pad tests in pysat develop
test_load_with_pad
Route forward:
de2_vefi
de2_vefimagb
Description
The combined E-field and B-field data has multiple indices, because they are offset by 0.005 s rather than on the same index.
To Reproduce this bug:
will load data as expected. Loading data for 1983, 2 will fail.
Test configuration
Additional context
Discovered with the new
test_load_with_pad
tests in pysat develop