rice-solar-physics / pydrad

Python tools for setting up HYDRAD runs and parsing output
https://pydrad.readthedocs.io
MIT License
4 stars 3 forks source link

Refactor parsing of results files #176

Open wtbarnes opened 3 weeks ago

wtbarnes commented 3 weeks ago

Fixes #86

This pull requests does a few things though is mainly focused on refactoring the parsing of the results files to try and simplify things:

TODOs:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 75.90361% with 40 lines in your changes missing coverage. Please review.

Project coverage is 71.30%. Comparing base (557e41a) to head (43bfc03).

Files with missing lines Patch % Lines
pydrad/parse/util.py 60.00% 18 Missing :warning:
pydrad/parse/parse.py 88.28% 13 Missing :warning:
pydrad/configure/configure.py 10.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #176 +/- ## ========================================== + Coverage 70.41% 71.30% +0.89% ========================================== Files 11 12 +1 Lines 730 798 +68 ========================================== + Hits 514 569 +55 - Misses 216 229 +13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.