We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578c927 commit 9cc8543Copy full SHA for 9cc8543
2 files changed
simpeg_drivers/joint/joint_cross_gradient/options.py
@@ -38,8 +38,6 @@ class JointCrossGradientOptions(BaseJointOptions):
38
)
39
40
title: str = "Joint Cross Gradient Inversion"
41
- physical_property: list[str] = [""]
42
-
43
inversion_type: str = "joint cross gradient"
44
45
mesh: Octree | None = None
simpeg_drivers/joint/options.py
@@ -44,7 +44,7 @@ class BaseJointOptions(BaseData):
run_command: str = "simpeg_drivers.driver"
conda_environment: str = "simpeg-drivers"
46
forward_only: bool = False
47
- physical_property: list[str] = ["conductivity"]
+ physical_property: str = ""
48
49
group_a: SimPEGGroup
50
group_a_multiplier: float = 1.0
0 commit comments