Angeline Burrell
Angeline Burrell
Attempting to use the `debug` command in an ipython shell causes ipython to abort with the following error: ``` ipdb> 2020-04-09 10:36:09.738 Python[8292:785861] *** Assertion failure in +[NSUndoManager _endTopLevelGroupings], /BuildRoot/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1575.23/Foundation/Misc.subproj/NSUndoManager.m:361...
**Is your feature request related to a problem? Please describe.** The introduction of `MetaHeader` required the introduction of a kwarg, `use_header`, in the `load` method to allow both the new...
Occasionally, CDAWeb includes corrupted files on their server. For example, the CINDI files for Jan 4-31 2014 have broken dates. As these are discovered, pysat could blacklist them in the...
**Describe the bug** Longitude breaks for orbits are not robust and frequently break with unexpected results. **To Reproduce** DMSP is a good example for this. The longitude key is 'glon'....
**Describe the bug** In PR #966 one of the CI tests (Windows, Python 3.10) encountered this failure: ``` _________________ TestFilesRaceCondition.test_race_condition __________________ multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "C:\hostedtoolcache\windows\Python\3.10.1\x64\lib\multiprocessing\pool.py",...
**Describe the bug** When updating an xarray Instrument through pysat, coordinates are not treated correctly. **To Reproduce** Steps to reproduce the behavior: ``` inst = pysat.Instrument('pysat', 'testmodel') inst.data = inst.data.assign_coords({'new_coord':...
**Is your feature request related to a problem? Please describe.** When I try to use a Constellation, I find it to be not very useful, because there's not common time...
**Is your feature request related to a problem? Please describe.** Not all files utility functions have unit tests **Describe the solution you'd like** Unit test classes for the following functions:...
**Is your feature request related to a problem? Please describe.** During the I/O re-org (#896), the `to_netcdf4` kwarg `base_instrument` was found to be a less-than-ideal way to trim the desired...
**Is your feature request related to a problem? Please describe.** There are many unit/integration tests that use something like the following line: `assert all(control.data == inst.data)` to test the contents...