python FieldProperties can return numpy int arrays.

This commit is contained in:
Steinar Foss
2019-12-23 11:58:05 +01:00
parent d3a4b536d2
commit dc8acb494c
2 changed files with 9 additions and 3 deletions

View File

@@ -19,9 +19,6 @@ class TestProps(unittest.TestCase):
def setUp(self):
parser = Parser()
deck = parser.parse(test_path('spe3/SPE3CASE1.DATA'))
#int_array = np.array([0, 1, 2, 3])
#hbnum_kw = DeckKeyword( parser["HBNUM"], int_array)
#deck.add(hbnum_kw)
self.spe3 = EclipseState(deck)
self.props = self.spe3.ecl3d_props()
if (not test_field_props()):