Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Nov 26, 2024
1 parent 681e6d4 commit e835a9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ simulator:
queue_system:
max_running: 3
name: lsf
lsf_queue: mr
queue_name: mr
lsf_resource: span = 1 && select[x86 and GNU/Linux]

model:
Expand Down
10 changes: 6 additions & 4 deletions tests/everest/test_yaml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ def test_default_seed(copy_snake_oil_to_tmp, monkeypatch):
simulation_folder: r{{ scratch }}/simulations
simulator:
resubmit_limit: 17
queue_system:
name: lsf
max_submitt: 3
lsf_queue: mr
options: span = 1 && select[x86 and GNU/Linux]
resubmit_limit: 17
max_running: 3
queue_name: mr
lsf_resource: span = 1 && select[x86 and GNU/Linux]
model:
realizations: [0, 1, 2]
Expand Down Expand Up @@ -139,6 +140,7 @@ def test_read_file():
ConfigKeys.ENVIRONMENT,
ConfigKeys.MODEL,
ConfigKeys.SIMULATOR,
ConfigKeys.EVERSERVER,
ConfigKeys.OPTIMIZATION,
ConfigKeys.FORWARD_MODEL,
ConfigKeys.INSTALL_DATA,
Expand Down

0 comments on commit e835a9e

Please sign in to comment.