We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2143926 commit cddfaafCopy full SHA for cddfaaf
.github/workflows/ci.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Run ruff
31
run: pixi run lint
32
33
+ - name: Run mypy
34
+ run: pixi run mypy flopy4
35
+
36
build:
37
name: Build
38
runs-on: ubuntu-latest
flopy4/mf6/gwf/chd.py
@@ -11,7 +11,6 @@
11
12
13
# TODO get rid of multi, just infer from parent?
14
-@xattree(multi="list")
15
class Chd(Package):
16
@define(slots=False)
17
class Steps:
0 commit comments