Skip to content

Commit

Permalink
Temporarily add flow_config.yml to enable running with flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 21, 2023
1 parent 8a15332 commit b0b238e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
versions:
'2023.04-pre':
scalar:
executable: /Users/fedacuric/opm-simulators/build/bin/flow
14 changes: 14 additions & 0 deletions tests/unit_tests/cli/test_integration_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@ def test_runpath_file(tmpdir, source_root):
assert os.path.isfile("RUNPATH_WORKFLOW_1.OK")


# def test_reek_case():
# parser = ArgumentParser(prog="test_reek")
# parsed = ert_parser(
# parser,
# [
# ENSEMBLE_SMOOTHER_MODE,
# "--target-case",
# "ES_loc",
# "/Users/fedacuric/reek/ert/config.ert",
# ],
# )
# run_cli(parsed)


@pytest.mark.integration_test
def test_ensemble_evaluator(tmpdir, source_root):
shutil.copytree(
Expand Down

0 comments on commit b0b238e

Please sign in to comment.