forked from equinor/semeio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This copies test data from libres into semeio, this should not be a permanent solution, and should be deleted as soon as there is an api to set scaling factors on observations. For the time being that logic is contained in semeio, and as such the integration tests are quite involved.
- Loading branch information
1 parent
cb542d9
commit 10e9715
Showing
1,364 changed files
with
5,919 additions
and
65 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ repos: | |
language: system | ||
types: [python] | ||
entry: "python -m pylint" | ||
exclude: tests/legacy_test_data/ |
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
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
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
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
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
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
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
Empty file.
17 changes: 17 additions & 0 deletions
17
tests/legacy_test_data/failed_runs_in_storage/Observations/observations
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
GENERAL_OBSERVATION GEN_PERLIN_1 { | ||
DATA = PERLIN; | ||
RESTART = 1; | ||
OBS_FILE = perlin_obs_1.txt; | ||
}; | ||
|
||
GENERAL_OBSERVATION GEN_PERLIN_2 { | ||
DATA = PERLIN; | ||
RESTART = 2; | ||
OBS_FILE = perlin_obs_2.txt; | ||
}; | ||
|
||
GENERAL_OBSERVATION GEN_PERLIN_3 { | ||
DATA = PERLIN; | ||
RESTART = 3; | ||
OBS_FILE = perlin_obs_3.txt; | ||
}; |
Oops, something went wrong.