-
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
Add new hook for specifying config per forward model step #9050
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9050 +/- ##
==========================================
+ Coverage 90.72% 90.74% +0.02%
==========================================
Files 350 350
Lines 21783 21814 +31
==========================================
+ Hits 19763 19796 +33
+ Misses 2020 2018 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e8556b8
to
08c0a7c
Compare
08c0a7c
to
cfd7f15
Compare
3420067
to
3f6e3d8
Compare
5df682e
to
3f4f80a
Compare
11961ab
to
633fa2d
Compare
General configuration using key-values via the plugin system for individual steps will be merged with environment property of each ForwardModelStep that is dumped as json in every runpath.
633fa2d
to
e3ec1e7
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.
Nicely done! 🚀
Issue
Resolves #9036
Approach
➕
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable