Skip to content

Commit a9570a9

Browse files
author
wpbonelli
committed
update envs, cleanup
1 parent 34df4f4 commit a9570a9

File tree

4 files changed

+137
-123
lines changed

4 files changed

+137
-123
lines changed

flopy4/mf6/codec/reader/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def INT(self, token: Token) -> int:
6262
class TypedTransformer(Transformer):
6363
"""Type-aware transformer for MF6 input files."""
6464

65-
def __init__(self, visit_tokens=True, dfn: Dfn = None):
65+
def __init__(self, visit_tokens=False, dfn: Dfn = None):
6666
super().__init__(visit_tokens)
6767
self.dfn = dfn
6868
self.blocks = get_blocks(dfn) if dfn else None

0 commit comments

Comments
 (0)