acisops / dpa_check

DPA check tool
https://acisops.github.io/dpa_check
1 stars 3 forks source link

Refactor dpa_check to use acis_thermal_check #11

Closed jzuhone closed 6 years ago

jzuhone commented 7 years ago

This PR updates the dpa_check code to use the acis_thermal_check library. Basically, the driver script for the DPA model which was previously part of acis_thermal_check is now being moved to this code base. This PR also makes dpa_check a Python package and adds testing. Package installation will add the dpa_check command-line script to the appropriate bin directory.

jzuhone commented 7 years ago

I should emphasize, since two of these new PRs have conflicts, that these three PRs for dea_check, dpa_check, and psmc_check are just here as placeholders for the moment.