simpeg / geoana

Interactive geoscience (mostly) analytic functions.
MIT License
22 stars 11 forks source link

Make discretize optional for tests #75

Closed jcapriot closed 3 days ago

jcapriot commented 3 days ago

Remove's most uses of discretize from the tests.

If there wasn't a direct replacement, then they are either marked as to-be-skipped if they're a pytest style, or just conditionally defined if still a unittest

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.46%. Comparing base (57b76be) to head (0f2059f). Report is 11 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================== + Coverage 0.00% 87.46% +87.46% ========================================== Files 30 30 Lines 3079 3079 ========================================== + Hits 0 2693 +2693 + Misses 3079 386 -2693 ```

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