Skip to content

Commit 9dfa972

Browse files
authored
fix(models): don't exclude .obs files when copying input files (#293)
1 parent d83dfa9 commit 9dfa972

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modflow_devtools/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
".bud", # budget file
5353
".ddn", # drawdown file
5454
".ucn", # concentration file
55-
".obs", # observation file
5655
".glo", # global listing file
5756
]
5857
"""Output file extensions to exclude from model input registry"""

0 commit comments

Comments
 (0)