Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Fix test_sunsch#700

Merged
alifbe merged 1 commit intoequinor:mainfromalifbe:fix-sunsch-test
May 14, 2024
Merged

Fix test_sunsch#700

alifbe merged 1 commit intoequinor:mainfromalifbe:fix-sunsch-test
May 14, 2024

Conversation

alifbe
Copy link
Collaborator

The latestopm has implemented check for valid UDQ based on its name. This create issue withsunsch test.

OPM/opm-common#3842

This PR fixes the test that failed due to the changes.

assert "A-007" in str(sch)
assert "<ORAT>" in str(sch)
# (this error is let through sunsch)

# Let the date be undefined.
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

opm doesn't accept argument anymore. Previously, it was taken as UDQ, but now it's flagged as invalid UDQ (with the new name validation)

@@ -776,7 +759,7 @@ def test_weltarg_uda(tmp_path):
"""WELTARG supports UDA from opm-common 2020.10"""
os.chdir(tmp_path)
weltargkeyword = """WELTARG
'OP-1' ORATSOMEUDA /
'OP-1' ORATWU_VALUE /
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

ReplaceSOMEUDA withWU_VALUE to meet the valid UDQ name criteria.

Copy link
Collaborator

@berlandberland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks fine!

@alifbealifbe merged commitb4a7737 intoequinor:mainMay 14, 2024
6 checks passed
@alifbealifbe deleted the fix-sunsch-test branchMay 14, 2024 10:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@berlandberlandberland approved these changes

@mferreramferreraAwaiting requested review from mferrera

@rnybrnybAwaiting requested review from rnyb

@vkipvkipAwaiting requested review from vkip

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@alifbe@berland

[8]ページ先頭

©2009-2025 Movatter.jp