File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def assets_path() -> Path:
131131 ),
132132 "joint surveys" : (
133133 "simpeg_drivers.joint.joint_surveys" ,
134- {"inversion" : "JointSurveyDriver " },
134+ {"inversion" : "JointSurveysDriver " },
135135 ),
136136 "magnetic scalar" : (
137137 "simpeg_drivers.potential_fields.magnetic_scalar" ,
Original file line number Diff line number Diff line change 77# (see LICENSE file at the root of this source code package). '
88# '
99# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10+
11+ from .driver import JointCrossGradientDriver
12+ from .options import JointCrossGradientOptions
Original file line number Diff line number Diff line change 77# (see LICENSE file at the root of this source code package). '
88# '
99# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10+
11+ from .driver import JointPetrophysicsDriver
12+ from .options import JointPetrophysicsOptions
Original file line number Diff line number Diff line change 77# (see LICENSE file at the root of this source code package). '
88# '
99# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10+
11+ from .driver import JointSurveysDriver
12+ from .options import JointSurveysOptions
You can’t perform that action at this time.
0 commit comments