python tests: runs ok directly under opm-common.

This commit is contained in:
Steinar Foss
2019-06-20 12:04:09 +02:00
parent da1fb0b744
commit af2e3190a2
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ FIPNUM
def setUp(self):
self.spe3fn = 'spe3/SPE3CASE1.DATA'
self.norne_fname = os.path.abspath('../../examples/data/norne/NORNE_ATW2013.DATA')
self.norne_fname = os.path.abspath('../../../python/examples/data/norne/NORNE_ATW2013.DATA')
def test_parse(self):
spe3 = sunbeam.parse(self.spe3fn)