Skip to content

Commit 6db4b52

Browse files
committed
Try using Mumps solver for MT failure on Windows tests
1 parent 7d4744b commit 6db4b52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/run_tests/driver_mt_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_magnetotellurics_fwr_run(
7171
zyx_imag_channel_bool=True,
7272
zyy_real_channel_bool=True,
7373
zyy_imag_channel_bool=True,
74+
solver_type="Mumps",
7475
)
7576

7677
fwr_driver = MTForwardDriver(params)
@@ -166,6 +167,7 @@ def test_magnetotellurics_run(tmp_path: Path, max_iterations=1, pytest=True):
166167
sens_wts_threshold=1.0,
167168
prctile=100,
168169
store_sensitivities="ram",
170+
solver_type="Mumps",
169171
**data_kwargs,
170172
)
171173
params.write_ui_json(path=tmp_path / "Inv_run.ui.json")

0 commit comments

Comments
 (0)