Skip to content

Commit

Permalink
Rename to resdata
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Apr 22, 2024
1 parent fe95bd4 commit 92da6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rips/tests/test_summary_cases.py
Expand Up @@ -37,7 +37,7 @@ def test_summary_data(rips_instance, initialize_test):
assert summary_case.id == 1

addresses = summary_case.available_addresses()
# Summary reader type is controlled from Preferences. libecl reports 343 vectors, opm_common (ESMRY) reports 339.
# Summary reader type is controlled from Preferences. resdata reports 343 vectors, opm_common (ESMRY) reports 339.
# As this configuration can be different, allow both variants
assert len(addresses.values) == 335 or len(addresses.values) == 339

Expand Down

0 comments on commit 92da6f9

Please sign in to comment.