Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Bump Eclipse version in test to 2022.2 #226

Merged
merged 2 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install ert-storage and dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install types-requests mypy
python -m pip install .[test]
python -m pip install starlette==0.20.4
- name: Run mypy
run: |
mypy -p ert_storage --ignore-missing-imports --disallow-untyped-defs --show-error-codes
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"black",
"pytest",
"pytest-asyncio",
"mypy",
"mypy==0.981",
"types-requests",
],
"postgres": [
Expand Down
4 changes: 2 additions & 2 deletions tests/data/spe1_st/spe1.ert
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QUEUE_SYSTEM LOCAL
QUEUE_OPTION LOCAL MAX_RUNNING 50

RUNPATH spe1_out/real_%d/iter_%d
RUNPATH spe1_out/realization-%d/iter-%d

NUM_REALIZATIONS 2

Expand All @@ -15,4 +15,4 @@ GEN_KW FIELD_PROPERTIES field_properties.tmpl field_properties.json field_proper

FORWARD_MODEL TEMPLATE_RENDER(<INPUT_FILES>=parameters.json, <TEMPLATE_FILE>=<CONFIG_PATH>/resources/SPE1CASE2.DATA.jinja2, <OUTPUT_FILE>=SPE1CASE2.DATA)

FORWARD_MODEL ECLIPSE100(<VERSION>=2017.1)
FORWARD_MODEL ECLIPSE100(<VERSION>=2022.2)