Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Nov 28, 2024
1 parent a6f410b commit 380345b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/everest/test_egg_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytest

from ert.config import ErtConfig, QueueSystem
from ert.config import ErtConfig
from ert.config.parsing import ConfigKeys as ErtConfigKeys
from ert.ensemble_evaluator import EvaluatorServerConfig
from ert.run_models.everest_run_model import EverestRunModel
Expand Down Expand Up @@ -472,8 +472,6 @@ def _generate_exp_ert_config(config_path, output_dir):
return {
ErtConfigKeys.DEFINE: [("<CONFIG_PATH>", config_path)],
ErtConfigKeys.INSTALL_JOB: everest_default_jobs(output_dir),
ErtConfigKeys.QUEUE_OPTION: [(QueueSystem.LOCAL, "MAX_RUNNING", 3)],
ErtConfigKeys.QUEUE_SYSTEM: QueueSystem.LOCAL,
ErtConfigKeys.NUM_REALIZATIONS: NUM_REALIZATIONS,
ErtConfigKeys.RUNPATH: os.path.join(
output_dir,
Expand Down

0 comments on commit 380345b

Please sign in to comment.