sot / proseco

Probabilistic star evaluation and catalog optimization
https://sot.github.io/proseco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add Row type aliases #390

Closed taldcroft closed 6 months ago

taldcroft commented 6 months ago

Description

This is a trivial PR to add type aliases for a couple of Row types. This is just to provide a type annotation that helps distinguish between a row in a StarsTable and and a row in an ACACatalogTable.

Interface impacts

None.

Testing

Unit tests

proseco/tests/test_acq.py .................................... [ 21%] proseco/tests/test_catalog.py .......................................... [ 47%] proseco/tests/test_core.py ........................... [ 63%] proseco/tests/test_diff.py ...... [ 67%] proseco/tests/test_fid.py ............... [ 76%] proseco/tests/test_guide.py ................................... [ 97%] proseco/tests/test_mon_full_cat.py .... [100%]

======================================================= 165 passed in 33.84s ========================================================



Independent check of unit tests by Jean
- [x] Mac

### Functional tests
<!-- Describe and document results of any functional tests, otherwise leave the text below -->
No functional testing.