sot / mica

Microscope on Chandra aspect
https://sot.github.io/mica
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Update mica to use ska_dbi sqsh #289

Closed jeanconn closed 6 months ago

jeanconn commented 7 months ago

Description

Update to use ska_dbi sqsh in https://github.com/sot/ska_dbi/pull/25

Interface impacts

Testing

Requires https://github.com/sot/ska_dbi/pull/25 .

Unit tests

ska3-jeanconn-fido> git rev-parse HEAD
748204c450f7461b29c299f52a4e294ff043302b
ska3-jeanconn-fido> pytest
====================================================================== test session starts =======================================================================
platform linux -- Python 3.10.8, pytest-7.2.1, pluggy-1.0.0
rootdir: /proj/sot/ska/jeanproj/git, configfile: pytest.ini
plugins: anyio-3.6.2, timeout-2.1.0
collected 108 items                                                                                                                                              

mica/archive/tests/test_aca_dark_cal.py ..................                                                                                                 [ 16%]
mica/archive/tests/test_aca_hdr3.py .                                                                                                                      [ 17%]
mica/archive/tests/test_aca_l0.py ...                                                                                                                      [ 20%]
mica/archive/tests/test_asp_l1.py .......                                                                                                                  [ 26%]
mica/archive/tests/test_cda.py ..............................................                                                                              [ 69%]
mica/archive/tests/test_obspar.py .                                                                                                                        [ 70%]
mica/report/tests/test_write_report.py .                                                                                                                   [ 71%]
mica/starcheck/tests/test_catalog_fetches.py ...............                                                                                               [ 85%]
mica/stats/tests/test_acq_stats.py ...                                                                                                                     [ 87%]
mica/stats/tests/test_guide_stats.py ....                                                                                                                  [ 91%]
mica/vv/tests/test_vv.py .........                                                                                                                         [100%]

================================================================ 108 passed in 576.46s (0:09:36) =================================================================
ska3-jeanconn-fido> echo $PYTHONPATH
/home/jeanconn/git/ska_dbi

Independent check of unit tests by [REVIEWER NAME]

Functional tests

No functional testing.