Skip to content

Commit

Permalink
another picky mf6 int/float casting issue only on mac...
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Jan 10, 2025
1 parent 08d5c01 commit d024f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/freyberg_monthly/sfr.obs_continuous_sfr.csv.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
headwater sfr headwater
tailwater sfr tailwater
gage_1 inflow 120.0
gage_1 inflow 120
2 changes: 1 addition & 1 deletion examples/pypestutils_pstfrom_structured_mf6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"for ax,attr in zip(axes,[\"aniso\",\"corrlen\",\"bearing\"]):\n",
" #ax.pcolormesh(sr.xcentergrid,sr.ycentergrid,id_mask)\n",
" ax.pcolormesh(m.modelgrid.xcellcenters,m.modelgrid.ycellcenters,id_mask)\n",
" ax.scatter(ppdf.x,ppdf.y,c=ppdf.loc[:,attr])\n",
" ax.scatter(ppdf.x,ppdf.y,c=ppdf.loc[:,attr],s=5)\n",
" ax.set_aspect(\"equal\")\n",
" ax.set_title(attr,loc=\"left\")\n",
" ax.set_xticks([])\n",
Expand Down

0 comments on commit d024f67

Please sign in to comment.