Skip to content

Commit

Permalink
Disable optimization for polars in adaptive localization test
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 21, 2024
1 parent 0ff0c0b commit e553dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ert/ui_tests/cli/test_field_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ def test_field_param_update_using_heat_equation_zero_var_params_and_adaptive_loc
- Numerical warnings from division by zero
- Cross-correlation matrix instabilities
"""

pl.Config.set_global_optimization(False)
config = ErtConfig.from_file("config.ert")
with open_storage(config.ens_path, mode="w") as storage:
experiment = storage.get_experiment_by_name("es-mda")
Expand Down

0 comments on commit e553dbc

Please sign in to comment.