Skip to content

Commit 75da3b3

Browse files
authored
Merge pull request #57 from MiraGeoscience/GEOPY-1787
GEOPY-1787
2 parents 7a58351 + e179b8e commit 75da3b3

3 files changed

Lines changed: 302 additions & 175 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"matplotlib",
2525
"numpy>=1.20",
2626
"pandas",
27-
"pymatsolver>=0.2",
27+
"pymatsolver>=0.2, <0.3.0",
2828
"scikit-learn>=1.2",
2929
"scipy>=1.8.0",
3030
]

simpeg/directives/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@
118118
JointScalingSchedule,
119119
UpdateSensitivityWeights,
120120
VectorInversion,
121-
SaveIterationsGeoH5,
121+
SaveDataGeoH5,
122+
SaveLogFilesGeoH5,
123+
SaveModelGeoH5,
124+
SavePropertyGroup,
125+
SaveSensitivityGeoH5,
122126
ProjectSphericalBounds,
123127
ScaleMisfitMultipliers,
124128
)

0 commit comments

Comments
 (0)