Skip to content

Commit 81a5f2a

Browse files
committed
update envs, default sim_ws to none
1 parent 8347879 commit 81a5f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flopy4/mf6/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@xattree
1313
class Simulation(Component):
14-
sim_ws: Path = field()
14+
sim_ws: Path = field(default=None)
1515
models: dict[str, Model] = field()
1616
exchanges: dict[str, Exchange] = field()
1717
solutions: dict[str, Solution] = field()

0 commit comments

Comments
 (0)