Skip to content

Conversation

@benk-mira
Copy link
Contributor

@benk-mira benk-mira commented Jan 27, 2026

GEOPY-2618 - Conductivity/Resistivity switcher

@github-actions github-actions bot changed the title GEOPY_2618 GEOPY-2618: GEOPY_2618 Jan 27, 2026
@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.11%. Comparing base (11cbc55) to head (9e923f8).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #339   +/-   ##
========================================
  Coverage    91.11%   91.11%           
========================================
  Files          117      117           
  Lines         6402     6402           
  Branches       777      777           
========================================
  Hits          5833     5833           
  Misses         379      379           
  Partials       190      190           
Files with missing lines Coverage Δ
simpeg_drivers/joint/joint_surveys/options.py 92.00% <100.00%> (ø)
simpeg_drivers/options.py 96.18% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

"""

model_type: ModelTypeEnum = ModelTypeEnum.conductivity
model_type: ModelTypeEnum | None = ModelTypeEnum.conductivity
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unclear what would happen if the methods are EM or DC, with a model_type=None.
Can we update one of the tests to validate the outcome?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked, and the only references to this model_type are checking if model_type == ModelTypeEnum.resistivity so we should be ok, but I'll add a check to one of the tests

Co-authored-by: domfournier <dominiquef@mirageoscience.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants