Skip to content

Change target on fem1d after removing double Directives in options

faf805d
Select commit
Loading
Failed to load commit list.
Merged

GEOPY-2758: Implement direct run_commands to specific modules for forwards and inversions #363

Change target on fem1d after removing double Directives in options
faf805d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 23, 2026 in 0s

89.85% (-0.93%) compared to a9a6e21

View this Pull Request on Codecov

89.85% (-0.93%) compared to a9a6e21

Details

Codecov Report

❌ Patch coverage is 73.73573% with 161 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.85%. Comparing base (a9a6e21) to head (faf805d).

Files with missing lines Patch % Lines
simpeg_drivers/driver.py 72.54% 44 Missing and 12 partials ⚠️
simpeg_drivers/utils/utils.py 61.53% 10 Missing ⚠️
...tricals/direct_current/three_dimensions/forward.py 70.00% 2 Missing and 1 partial ⚠️
...icals/direct_current/three_dimensions/inversion.py 57.14% 2 Missing and 1 partial ⚠️
...ectricals/direct_current/two_dimensions/forward.py 62.50% 2 Missing and 1 partial ⚠️
...tricals/direct_current/two_dimensions/inversion.py 72.72% 2 Missing and 1 partial ⚠️
...s/induced_polarization/three_dimensions/forward.py 70.00% 2 Missing and 1 partial ⚠️
...induced_polarization/three_dimensions/inversion.py 57.14% 2 Missing and 1 partial ⚠️
...als/induced_polarization/two_dimensions/forward.py 62.50% 2 Missing and 1 partial ⚠️
...s/induced_polarization/two_dimensions/inversion.py 72.72% 2 Missing and 1 partial ⚠️
... and 25 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #363      +/-   ##
===========================================
- Coverage    90.78%   89.85%   -0.93%     
===========================================
  Files          112      125      +13     
  Lines         6389     6435      +46     
  Branches       787      794       +7     
===========================================
- Hits          5800     5782      -18     
- Misses         405      449      +44     
- Partials       184      204      +20     
Files with missing lines Coverage Δ
simpeg_drivers/__init__.py 88.88% <ø> (ø)
simpeg_drivers/components/__init__.py 100.00% <ø> (ø)
simpeg_drivers/components/locations.py 85.07% <ø> (-0.44%) ⬇️
simpeg_drivers/electricals/base_2d.py 97.10% <100.00%> (ø)
...ricals/direct_current/three_dimensions/__init__.py 100.00% <100.00%> (ø)
...tricals/direct_current/three_dimensions/options.py 100.00% <100.00%> (ø)
...ctricals/direct_current/two_dimensions/__init__.py 100.00% <100.00%> (ø)
.../induced_polarization/three_dimensions/__init__.py 100.00% <100.00%> (ø)
...ls/induced_polarization/two_dimensions/__init__.py 100.00% <100.00%> (ø)
...vers/electromagnetics/frequency_domain/__init__.py 100.00% <100.00%> (ø)
... and 64 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.