Skip to content

Commit 1960e87

Browse files
author
Bartek Florczyk Vik (CCI RPT RES1)
committed
Change to missing opm package
1 parent dfeb5aa commit 1960e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_wateroilgas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_not_threephase_consistency():
134134
assert not wog.threephaseconsistency()
135135

136136

137-
@pytest.mark.skipif(not HAVE_OPM, reason="ecl2df not installed")
137+
@pytest.mark.skipif(not HAVE_OPM, reason="Opm not installed. See https://pypi.org/project/opm/")
138138
def test_parse_with_opm(tmp_path):
139139
"""Test that the SWOF+SGOF output from pyscal can be
140140
injected into a valid Eclipse deck"""

0 commit comments

Comments
 (0)