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
Use different alg for two_byte_sum that fixes off-by-one error (#315)
* Use different alg for two_byte_sum that fixes off-by-one error
* ruff format 0.9
* Make fix that works for masked arrays
* Add a unit test
* Update test
Add a get_aca_images method for mica l0 (#301)
* Add a get_aca_images method for mica l0
* Handle instances when slot_data is empty / has no rows
* Test more about empty table
* Improve docstring
* Implement full compliance with maude_decom API
* Remove pyrightconfig.json
* Ruff fixes
* Fix docstring formatting
* Exclude new IMG_VCDUCTR and IMG_TIME from col comparison
* Remove IMG_TIME as it was cut
* Add IMG_VCDUCTR column to match maude
---------
Co-authored-by: Tom Aldcroft <taldcroft@gmail.com>