Skip to content

Commit

Permalink
Missing part from previous PR equinor#81
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu authored and Ubuntu committed Jul 3, 2020
1 parent e2cfbaf commit 95de4cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/flownet/ahm/_ahm_iteration_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,12 @@ def save_iteration_analytics():
Nothing
"""

parser = argparse.ArgumentParser(prog=("Save iteration parameters to a file."))
parser.add_argument("config", type=str, help="Path to the ERT config file.")
parser = argparse.ArgumentParser(prog=("Save iteration analytics to a file."))
parser.add_argument("config", type=str, help="Path to the FlowNet config file.")
parser.add_argument("runpath", type=str, help="Path to the ERT runpath.")
parser.add_argument(
"eclbase", type=str, help="Path to the simulation from runpath."
)
parser.add_argument("yamlobs", type=str, help="Path to the yaml observation file.")
parser.add_argument(
"start", type=str, help="Start date (YYYY-MM-DD) for accuracy analysis."
)
Expand Down
2 changes: 1 addition & 1 deletion src/flownet/static/SAVE_ITERATION_ANALYTICS_WORKFLOW
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB <RUN_PATH> <ECL_BASE> <YAML_OBS> <ANALYSIS_START> <ANALYSIS_END> <ANALYSIS_QUANTITY> <ANALYSIS_METRIC> <ANALYSIS_OUTFILE>
SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB <CONFIG_FILE> <RUN_PATH> <ECL_BASE> <ANALYSIS_START> <ANALYSIS_END> <ANALYSIS_QUANTITY> <ANALYSIS_METRIC> <ANALYSIS_OUTFILE>

1 change: 0 additions & 1 deletion src/flownet/static/SAVE_ITERATION_ANALYTICS_WORKFLOW_JOB
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ ARG_TYPE 4 STRING
ARG_TYPE 5 STRING
ARG_TYPE 6 STRING
ARG_TYPE 7 STRING

0 comments on commit 95de4cb

Please sign in to comment.