diff --git a/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json index 1b210f5e..7c197dff 100644 --- a/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json @@ -289,7 +289,6 @@ "label": "Gradient rotation", "optional": true, "enabled": false, - "visible": false, "parent": "mesh", "value": "" }, diff --git a/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json index c2c7c09d..21f71dd6 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json @@ -300,7 +300,6 @@ "label": "Gradient rotation", "optional": true, "enabled": false, - "visible": false, "parent": "mesh", "value": "" }, diff --git a/tests/run_tests/driver_2d_rotated_gradients_test.py b/tests/run_tests/driver_2d_rotated_gradients_test.py index 59446708..84592171 100644 --- a/tests/run_tests/driver_2d_rotated_gradients_test.py +++ b/tests/run_tests/driver_2d_rotated_gradients_test.py @@ -140,7 +140,7 @@ def test_dc2d_rotated_grad_run( model_type="Resistivity (Ohm-m)", starting_model=100.0, reference_model=100.0, - s_norm=1.0, + s_norm=0.0, x_norm=0.0, z_norm=0.0, gradient_type="components", @@ -150,6 +150,8 @@ def test_dc2d_rotated_grad_run( percentile=100, lower_bound=0.1, cooling_rate=1, + starting_chi_factor=1.0, + chi_factor=0.1, ) params.write_ui_json(path=tmp_path / "Inv_run.ui.json")