Add possibility to read rft observations from csv file#12628
Merged
HakonSohoel merged 5 commits intomainfrom Jan 14, 2026
Merged
Add possibility to read rft observations from csv file#12628HakonSohoel merged 5 commits intomainfrom
HakonSohoel merged 5 commits intomainfrom
Conversation
When RFT_OBSERVATION is used a CSV file can be specified to read multiple observations.
4ad682a to
23b6e4d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12628 +/- ##
==========================================
- Coverage 90.54% 90.53% -0.01%
==========================================
Files 435 434 -1
Lines 30014 30038 +24
==========================================
+ Hits 27175 27195 +20
- Misses 2839 2843 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
eivindjahren
approved these changes
Jan 13, 2026
Contributor
eivindjahren
left a comment
There was a problem hiding this comment.
Just have a look at whether any of the copilot suggestions make sense to apply, otherwise I have no comments.
berland
pushed a commit
to berland/ert
that referenced
this pull request
Jan 14, 2026
* Add option to read rft observations from csv file When RFT_OBSERVATION is used a CSV file can be specified to read multiple observations.
lucaeg
pushed a commit
to lucaeg/ert
that referenced
this pull request
Jan 14, 2026
* Add option to read rft observations from csv file When RFT_OBSERVATION is used a CSV file can be specified to read multiple observations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Approach
Introduce the possibility to read rft observations as a csv file.
The csv file is on the same format currently in use with the GENDATA_RFT forward model.
git rebase -i main --exec 'just rapid-tests')When applicable