Skip to content

Commit

Permalink
refactor(ex-gwt-uzt-2d): remove deprecated flopy nwt_11_fmt arg (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Nov 10, 2023
1 parent 7219b2b commit 35dae06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion notebooks/ex-gwt-uzt-2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@
" thti=thti,\n",
" thtr=thtr,\n",
" finf=finf_mfnwt,\n",
" nwt_11_fmt=True,\n",
" specifythti=True,\n",
" specifythtr=True,\n",
" )\n",
Expand Down Expand Up @@ -1295,6 +1294,9 @@
"cell_metadata_filter": "-all",
"main_language": "python",
"notebook_metadata_filter": "-all"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
Expand Down
1 change: 0 additions & 1 deletion scripts/ex-gwt-uzt-2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ def build_model(
thti=thti,
thtr=thtr,
finf=finf_mfnwt,
nwt_11_fmt=True,
specifythti=True,
specifythtr=True,
)
Expand Down

0 comments on commit 35dae06

Please sign in to comment.