Skip to content

Commit

Permalink
fix(dfn): rename transient -> transient_block (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Feb 4, 2025
1 parent d543125 commit 931c497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modflow_devtools/dfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def _fields() -> Vars:
transient_index_vars = flat.getlist("iper")
for transient_index in transient_index_vars:
transient_block = transient_index["block"]
blocks[transient_block]["transient"] = True
blocks[transient_block]["transient_block"] = True

# remove unneeded variable attributes
def remove_attrs(path, key, value):
Expand Down

0 comments on commit 931c497

Please sign in to comment.