-
Notifications
You must be signed in to change notification settings - Fork 78
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
Let Entity return geometry as a copy. #334
base: master
Are you sure you want to change the base?
Conversation
jenkins run norne please |
I don't get why this should change any bit of the solution, will rerun Jenkins to be certain it was not a temporary fluke in the midst of a data update or something. |
jenkins build this please |
To be clear, I want to eventually merge this, but the failing checks makes me nervous and I want it to be investigated before merging. |
jenkins build this please |
The problem should still be there. And I have no idea what the problem really is.
|
I retested because I could not reproduce locally. Do you get the test failures on your Linux system? |
Let me check again. |
Yes I do get
when running test_gravitypressure. But I am unsure whether this is the same as the error that we got last time. |
I have an upcoming fix for upscaling. |
jenkind build this with opm-upscaling=261 please |
jenkins build this opm-upscaling=261 please |
Beware: PR OPM/opm-upscaling#261 should be merged before this one. |
Thanks for fixing the first test error, it really did expose a bug in the old code. The second error (ignoring the TCPU thing that will be fixed soonish) is still not clear to me. Can you reproduce it? Do you get identical results apart from timing? The solution is not changing much, it is the fact that it changes at all that has me worried. |
Not sure what you mean |
I think you have to be more specific, which sentence(s) is(are) unclear? |
Sorry for not being clear. I wondered what the second failure is that you are seeing. I only saw the TCPU stuff. |
There are two failures remaining, and only one is the TCPU one. In Jenkins only one is visible until you click the Test Result link, it's confusing. Direct link to failed test: |
b29accb
to
4d17438
Compare
Seems like I messed up this one, too. Was magically closed and has no commits now. |
e7aa2af
to
84593f2
Compare
jenkins build this please |
Unfortunately, I am having troubles reproducing the memory errors in test_transmissibilitymultipliers |
|
|
|
Just a small note: |
Geometry is lightweight enough and this is what DUNE's grid interface mandates.
This could actually work now since the failing code is no more. Will rebase and retry. |
84593f2
to
ca06210
Compare
jenkins build this please |
This will not make it to the release as we have to touch a lot of code relying on this and that is bound to break easily. |
Geometry is lightweight enough and this is what DUNE's grid interface mandates.
Performance for norne stays the same.
Closes PR #328