You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into the issue and it has been fixed with PR #601 on the develop branch. You can update to the most recent development version of flopy (3.2.13) by using
MP7.py:
Line 331: return np.array(laytyp, dtype=np.int32)
Issue:
The laytyp returns NoneType since the laytyp is assigned to the package object and not the base modflow object.
e.g. "upw.laytyp" returns a Util2D array, but mf.laytyp returns None (here upw is the name of a ModflowUPW object and mf is a Modflow object)
The text was updated successfully, but these errors were encountered: