-
Notifications
You must be signed in to change notification settings - Fork 29
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 non adaptive test case #545
Open
oddvarlia
wants to merge
9
commits into
equinor:main
Choose a base branch
from
oddvarlia:add_non_adaptive_test_case
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
5 times, most recently
from
October 22, 2023 11:49
6e53229
to
e5a153e
Compare
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
from
October 24, 2023 07:24
f7653af
to
8e6b8de
Compare
dafeda
reviewed
Oct 24, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 24, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 24, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 24, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 24, 2023
dafeda
reviewed
Oct 24, 2023
dafeda
reviewed
Oct 24, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
3 times, most recently
from
October 25, 2023 10:57
05e5154
to
6791921
Compare
dafeda
reviewed
Oct 26, 2023
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
from
October 27, 2023 09:40
6856537
to
d3446ec
Compare
dafeda
reviewed
Oct 29, 2023
dafeda
reviewed
Oct 29, 2023
dafeda
reviewed
Oct 29, 2023
dafeda
reviewed
Oct 29, 2023
dafeda
reviewed
Oct 29, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 29, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 30, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 30, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
dafeda
reviewed
Oct 30, 2023
tests/jobs/localisation/example_case/scripts/common_functions.py
Outdated
Show resolved
Hide resolved
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
from
November 3, 2023 14:12
888b5ba
to
e04f11c
Compare
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
from
November 23, 2023 10:34
fb4487d
to
44c321e
Compare
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
3 times, most recently
from
December 7, 2023 17:45
ab072c5
to
0400ceb
Compare
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
from
December 11, 2023 14:07
117ac48
to
a6e7911
Compare
dafeda
reviewed
Dec 12, 2023
dafeda
reviewed
Dec 12, 2023
dafeda
reviewed
Dec 12, 2023
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
3 times, most recently
from
December 18, 2023 11:17
ab8e3c1
to
5063a9a
Compare
Minor edits in local_script_lib.py
Added output of scaling factors when using SURFACE in ERT in test_integation.py
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
7 times, most recently
from
January 4, 2024 16:59
f70dcac
to
d752c9f
Compare
Add option to specify alternative settings for the test case using a yml file Replaced gaussianfft as python module for simulation of gaussian fields with gstools. write scaling factor in same file format as input fields Add config file for test example Add example case with ROFF and GRDECL file Add cases with RMS grid index origin Add case with actnum fix_grid_index_order in non-adaptive localisation Update tests for localisation due to c-index order Fixed a bug when field_scale keyword is missing Added script to convert from roff to grdecl ascii format Added test case with constant scaling factor Added an new test case with regions in localisation Added test case using scaling field from file Removed unnecessary files Add test using scaling from file using RMS grid index origo local_script_lib typing Create ert config files. New script to generate reference cases. Remove unused files Type annotation in local_script_lib.py Updated doc-string for test_full.py Type def for local_script_lib.py moved test files to new directory Updated test_full.py due to changes in how ert storage deliver field parameters
oddvarlia
force-pushed
the
add_non_adaptive_test_case
branch
from
January 5, 2024 10:41
d752c9f
to
fe0d1c0
Compare
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.
Test case for non-adaptive localisation.
Need installation of gaussianfft or gstools to simulate gaussian fields.
gstools is per today preferred due to simpler installation while gaussianfft depends on xtgeo indirectly through the rms library roxar and their use of the Boost library. In future when roxar and gaussianfft uses identical version of the Boost library, the use of gaussianfft will work independent of import sequence of xtgeo and gaussianfft.
The following test are included:
Closes: #547