Skip to content

Commit 30e3478

Browse files
committed
Migrate save_geoh5 directive to separate module
1 parent ab9adc4 commit 30e3478

3 files changed

Lines changed: 455 additions & 431 deletions

File tree

simpeg/directives/__init__.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,17 @@
119119
JointScalingSchedule,
120120
UpdateSensitivityWeights,
121121
VectorInversion,
122+
Update_IRLS,
123+
ProjectSphericalBounds,
124+
ScaleMisfitMultipliers,
125+
)
126+
127+
from ._save_geoh5 import (
122128
SaveDataGeoH5,
123129
SaveLogFilesGeoH5,
124130
SaveModelGeoH5,
125131
SavePropertyGroup,
126132
SaveSensitivityGeoH5,
127-
Update_IRLS,
128-
ProjectSphericalBounds,
129-
ScaleMisfitMultipliers,
130133
)
131134

132135
from .pgi_directives import (

0 commit comments

Comments
 (0)