-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update wsegaicd for future regression testing. #853
base: master
Are you sure you want to change the base?
Conversation
Thanks for extending the test coverage, this is a welcome improvement. Are you planning further changes or do you want this merged as is? |
I do not think there is any rush to merge this yet. There is a review process in the offing on the new additions to WRFTPLT-data that will take a week or two before available in master/main. I will talk with @tskille on the details for the regression testing, which I am not very familiar with. |
jenkins build this please |
I was a little confused that the build check succeeded, but now I see that we don't compare the |
I'm a little confused by your statement of not comparing RFTs if unrst/unsmry checks succeeded. I find no such code. Afaict what happened here is that as there is no RFT file in the reference data, it will not be trigger a comparison, even if the new run has a RFT file. Or am I missing something? |
Hi, I can upload the .RFT file. Will that trigger a comparison? |
Hi, I will fix the infrastructure once I get around to it. We do not want manually uploaded reference data as it's machine sensitive and should be generated on the ci server. |
jenkins build this opm-common=3236 please |
By "this" I take it you mean OPM/opm-common#3236? If so, then that's a perfect solution to this.
We definitely want to catch that case. Mostly because that signals either that we have new features or because something's gone terribly wrong in the simulation. That fact that the revised check also detects a situation that requires updating the reference solutions is an added bonus. |
This PR prepares the opm-tests/wsegaicd case for future regression testing when new segment and connection vectors in the RFT-file are implemented.