simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Fix issue 135 logging and exception handling #311

Closed laura-iris closed 7 months ago

laura-iris commented 7 months ago

Replacing print statements with logger calls.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 138 lines in your changes are missing coverage. Please review.

Comparison is base (c028e75) 77.18% compared to head (9937b36) 77.29%.

Files Patch % Lines
aurora/test_utils/synthetic/rms_helpers.py 29.41% 12 Missing :warning:
aurora/time_series/window_helpers.py 15.38% 11 Missing :warning:
aurora/sandbox/io_helpers/inventory_review.py 30.76% 9 Missing :warning:
aurora/sandbox/debug_mt_metadata_issue_85.py 0.00% 7 Missing :warning:
aurora/transfer_function/regression/m_estimator.py 12.50% 7 Missing :warning:
aurora/pipelines/transfer_function_kernel.py 53.84% 6 Missing :warning:
aurora/test_utils/parkfield/calibration_helpers.py 33.33% 6 Missing :warning:
aurora/transfer_function/kernel_dataset.py 0.00% 6 Missing :warning:
aurora/test_utils/parkfield/make_parkfield_mth5.py 28.57% 5 Missing :warning:
aurora/time_series/frequency_band_helpers.py 16.66% 5 Missing :warning:
... and 26 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ========================================== + Coverage 77.18% 77.29% +0.10% ========================================== Files 88 88 Lines 5537 5572 +35 ========================================== + Hits 4274 4307 +33 - Misses 1263 1265 +2 ```

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