modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
517 stars 313 forks source link

This operation raises an exception #370

Closed jtwhite79 closed 6 years ago

jtwhite79 commented 6 years ago

https://github.com/modflowpy/flopy/blob/be3281f6705fa1214e881ad0321dc3510f2d0190/flopy/pakbase.py#L334

Just a heads up: this operation in the checker seems to be broken using the lastest miniconda/numpy install on travis. See this log file:

https://api.travis-ci.org/v3/job/409416294/log.txt

briochh commented 6 years ago

Anyone cracked this one? is if not np.all( self.parent.dis.steady.array): acceptable?

ConstableCatnip commented 6 years ago

That's how I resolved it. Seems to be working.