-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify gen data docs #6984
Clarify gen data docs #6984
Conversation
40cfda6
to
7685445
Compare
e7986dd
to
1b1bf78
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6984 +/- ##
==========================================
+ Coverage 84.37% 84.39% +0.02%
==========================================
Files 367 367
Lines 21882 21882
Branches 900 900
==========================================
+ Hits 18462 18468 +6
+ Misses 3126 3120 -6
Partials 294 294 ☔ View full report in Codecov by Sentry. |
1b1bf78
to
72908ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement! It was more clearly defined now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor suggestion, otherwise looks good.
:ref:`GENERAL_OBSERVATIONs <general_observation>`. It declares | ||
text files which have been generated by the forward model, which will be | ||
loaded by ert when loading general observations. | ||
These text files naming scheme may be arbitrary. The contents of these result files are always: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change: files -> files', in "These text files naming scheme may be arbitrary.".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing
|
||
The GEN_DATA keyword has several options, each of them required: | ||
|
||
* RESULT_FILE - This is the name of the file generated by the forward | ||
model and read by ERT. This filename _must_ have a %d as part of the | ||
name, that %d will be replaced by report step when loading. | ||
* INPUT_FORMAT - The format of the file written by the forward model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the INPUT_FORMAT deprecated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is, no longer in use
72908ee
to
fa29a5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the documentation, always welcomed to see! I just have some minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Goal: Describe less ambiguously what a GEN_DATA result file must contain, why it is specified and how it is used. Also remove deprecated
INPUT_FORMAT
doc