You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some of the load with pad tests do not work for cosmic_gps subsets. Some coords not present in all datasets, custom concat routine likely needed.
To Reproduce
Comment line 122 of cosmic_gps.py.
Run pytest
See results:
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad0-inst_dict0] - ValueError: coordinate 'MSL_alt' not present in all datasets.
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad0-inst_dict2] - ValueError: coordinate 'Lat' not present in all datasets.
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad0-inst_dict5] - ValueError: coordinate 'caL1Snr' not present in all datasets.
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad0-inst_dict6] - ValueError: cannot reindex or align along dimension 'RO' because of conflicting dimension sizes: {3688, 2860}
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad1-inst_dict0] - ValueError: coordinate 'MSL_alt' not present in all datasets.
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad1-inst_dict2] - ValueError: coordinate 'Lat' not present in all datasets.
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad1-inst_dict5] - ValueError: coordinate 'caL1Snr' not present in all datasets.
FAILED pysatCDAAC/tests/test_instruments.py::TestInstruments::test_load_w_pad[pad1-inst_dict6] - ValueError: cannot reindex or align along dimension 'RO' because of conflicting dimension sizes: {3688, 2860}```
The text was updated successfully, but these errors were encountered:
Describe the bug
Some of the load with pad tests do not work for cosmic_gps subsets. Some coords not present in all datasets, custom concat routine likely needed.
To Reproduce
The text was updated successfully, but these errors were encountered: