Skip to content

Commit be5688c

Browse files
committed
Move the starting IP value off the bound
1 parent 4aa8871 commit be5688c

6 files changed

Lines changed: 6 additions & 6 deletions

simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"parent": "mesh",
136136
"label": "Value(s)",
137137
"property": "",
138-
"value": 0.0
138+
"value": 0.0001
139139
},
140140
"topography_object": {
141141
"main": true,

simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"parent": "mesh",
155155
"label": "Initial chargeability (V/V)",
156156
"property": "",
157-
"value": 0.0
157+
"value": 0.0001
158158
},
159159
"reference_model": {
160160
"association": "Cell",

simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"property": "",
7070
"min": 0.0,
7171
"max": 10000.0,
72-
"value": 0.0
72+
"value": 0.0001
7373
},
7474
"topography_object": {
7575
"main": true,

simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"property": "",
9595
"min": 0.0,
9696
"max": 10000.0,
97-
"value": 0.0
97+
"value": 0.0001
9898
},
9999
"reference_model": {
100100
"association": [

simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"parent": "mesh",
119119
"label": "Value(s)",
120120
"property": "",
121-
"value": 0.001
121+
"value": 0.0001
122122
},
123123
"topography_object": {
124124
"main": true,

simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"parent": "mesh",
138138
"label": "Initial chargeability (V/V)",
139139
"property": "",
140-
"value": 0.001
140+
"value": 0.0001
141141
},
142142
"reference_model": {
143143
"association": "Cell",

0 commit comments

Comments
 (0)