mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename to resdata
* Rename to resdata * Remove development feature for storing grid import type in project file * Clean up comments
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user