Skip to content

Commit

Permalink
Rename snapshot folders
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Mar 8, 2024
1 parent 184e8ca commit 3c91afa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit_tests/analysis/test_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ def test_update_report(
)
log_file = Path(ert_config.analysis_config.log_path) / "id.txt"
remove_timestamp_from_logfile(log_file)
snapshot.snapshot_dir = (
str(snapshot.snapshot_dir).replace("misfit_preprocess0", "True")
if misfit_preprocess
else str(snapshot.snapshot_dir).replace("misfit_preprocess0", "False")
)
snapshot.assert_match(log_file.read_text("utf-8"), "update_log")


Expand Down

0 comments on commit 3c91afa

Please sign in to comment.