Skip to content

Commit

Permalink
Use one experiment per optimization
Browse files Browse the repository at this point in the history
(Everest) Use one experiment per optimization
  • Loading branch information
Yngve S. Kristiansen committed Sep 27, 2024
1 parent fa268e0 commit 84b43d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/everest/simulator/simulator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
import time
from collections import defaultdict
from datetime import datetime
from itertools import count
from typing import Any, DefaultDict, Dict, List, Mapping, Optional, Tuple, Union

Expand Down
2 changes: 1 addition & 1 deletion tests/everest/test_everest_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from tests.everest.utils import relpath, tmpdir


@tmpdir(relpath("..", "examples", "math_func"))
@tmpdir(relpath("..", "..", "test-data", "everest", "math_func"))
def test_that_one_experiment_creates_one_ensemble_per_batch():
config = EverestConfig.load_file("config_minimal.yml")
workflow = _EverestWorkflow(config)
Expand Down

0 comments on commit 84b43d7

Please sign in to comment.