GEOPY-95: Migrate em_inversion (EM1D) script to simpeg-drivers#174
GEOPY-95: Migrate em_inversion (EM1D) script to simpeg-drivers#174domfournier merged 35 commits intodevelopfrom
Conversation
benk-mira
left a comment
There was a problem hiding this comment.
some ui.json suggestions to make the new one compatible with my changes on 2068
| "verbose": 2, | ||
| "enabled": true, | ||
| "tooltip": "Set the number of iterations per beta value. Use higher values for more non-linear optimization problems." | ||
| }, |
There was a problem hiding this comment.
| }, | |
| }, | |
| "epsilon_cooling_factor": 1.2, |
There was a problem hiding this comment.
it's to prevent the input file warnings since epsilon_cooling_factor is an attribute of the inversion options classes.
There was a problem hiding this comment.
I pushed some other changes to this effect.
benk-mira
left a comment
There was a problem hiding this comment.
Not sure I understand the roles of the different meshes in here. Posted some feedback on structure of the InversionMesh class.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #174 +/- ##
===========================================
+ Coverage 89.62% 90.03% +0.40%
===========================================
Files 81 84 +3
Lines 4685 4787 +102
Branches 608 618 +10
===========================================
+ Hits 4199 4310 +111
+ Misses 328 321 -7
+ Partials 158 156 -2
🚀 New features to boost your workflow:
|
(cherry picked from commit 2f9c617) # Conflicts: # environments/py-3.10-linux-64-dev.conda.lock.yml # environments/py-3.10-linux-64.conda.lock.yml # environments/py-3.10-win-64-dev.conda.lock.yml # environments/py-3.10-win-64.conda.lock.yml # environments/py-3.11-linux-64-dev.conda.lock.yml # environments/py-3.11-linux-64.conda.lock.yml # environments/py-3.11-win-64-dev.conda.lock.yml # environments/py-3.11-win-64.conda.lock.yml # environments/py-3.12-linux-64-dev.conda.lock.yml # environments/py-3.12-linux-64.conda.lock.yml # environments/py-3.12-win-64-dev.conda.lock.yml # environments/py-3.12-win-64.conda.lock.yml # py-3.10.conda-lock.yml # py-3.11.conda-lock.yml # py-3.12.conda-lock.yml
GEOPY-95 - Migrate em_inversion (EM1D) script to simpeg-drivers