Skip to content

Commit

Permalink
Remove SEBA reference in test_simulator_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Jan 10, 2025
1 parent 75c252a commit 1c68ee3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/everest/test_simulator_cache.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pathlib import Path

import numpy as np

from ert.config import QueueSystem
Expand Down Expand Up @@ -41,9 +39,6 @@ def new_call(*args):
# Now do another run, where the functions should come from the cache:
n_evals = 0

# If we want to do another run, the seba database must be made new:
Path("everest_output/optimization_output/seba.db").unlink()

# The batch_id was used as a stopping criterion, so it must be reset:
run_model._batch_id = 0

Expand Down

0 comments on commit 1c68ee3

Please sign in to comment.