BOX keyword: using defaultApplied.
moved failed box-test from python to cpp. setKeywordBox: using defaultApplied rather than hasvalue. EclipseStateTEsts. TextBox: use 1* instead of *. corrected box_bug.
This commit is contained in:
@@ -4,36 +4,11 @@ import sys
|
||||
|
||||
from opm.io.parser import Parser
|
||||
from opm.io.parser import ParseContext
|
||||
|
||||
from opm.io.deck import DeckKeyword
|
||||
|
||||
|
||||
class TestParser(unittest.TestCase):
|
||||
|
||||
REGIONDATA = """
|
||||
START -- 0
|
||||
10 MAI 2007 /
|
||||
RUNSPEC
|
||||
|
||||
DIMENS
|
||||
2 2 1 /
|
||||
GRID
|
||||
DX
|
||||
4*0.25 /
|
||||
DY
|
||||
4*0.25 /
|
||||
DZ
|
||||
4*0.25 /
|
||||
TOPS
|
||||
4*0.25 /
|
||||
REGIONS
|
||||
OPERNUM
|
||||
3 3 1 2 /
|
||||
FIPNUM
|
||||
1 1 2 3 /
|
||||
"""
|
||||
|
||||
|
||||
def setUp(self):
|
||||
self.spe3fn = 'tests/spe3/SPE3CASE1.DATA'
|
||||
self.norne_fname = os.path.abspath('examples/data/norne/NORNE_ATW2013.DATA')
|
||||
|
||||
Reference in New Issue
Block a user