-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utilities for modpath no loading all pathlines of modpath 7 #430
Comments
Can you verify that this is indeed the case by providing a minimal working example that demonstrates the problem? This notebook, https://github.com/modflowpy/flopy/blob/develop/examples/Notebooks/flopy3_Modpath7_unstructured_example.ipynb, shows that it is working properly for an unstructured grid. |
I've replicated this problem using structured grid example: here's even simpler example on my gitlab: these are my python package versions, maybe that's a problem? cheers |
I can confirm the issue is with the conda-forge version of flopy, the |
I removed conda-forge version and installed development version of flopy through pip, but problem persists. |
Hi, i have git cloned the recent flopy (3.2.10) version and try to run the example https://github.com/modflowpy/flopy/blob/develop/examples/Notebooks/flopy3_Modpath7_unstructured_example.ipynb in ipython2.7 in Linux. in the figure about 'Plot the pathline and timeseries data' there is only one stream path rather than multiple as shown in the example. p0 only shows the data for one stream rather than all streams" |
You need to be using the develop version of Flopy. Can you tell what you are using? |
from memory it worked for me eventually after I switched to python 3.6
…On Tue, 29 Jan 2019 at 13:06, langevin-usgs ***@***.***> wrote:
You need to be using the develop version of Flopy. Can you tell what you
are using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#430 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AlW_7uXsl4Yeqc_XHybYQRTdhFlyJF_Sks5vH5B5gaJpZM4YY2dC>
.
--
Pawel Rakowski
|
Hi Christian: cmzhang@ae429-3158 ~/flopy $ git rev-parse HEAD
|
Okay, so this is probably a problem with python, as suggested by @crayfisher. I suggest that you upgrade to Python 3.6 or newer. I've been using Python 3.7 lately with good success. |
right, I confirm that the example runs well on python3. thanks all. Chenming |
when using modpath 7, using flopy.utils.PathlineFile() and get_alldata() seems to get only first particle.
works fine for .TimeseriesFile(),
The text was updated successfully, but these errors were encountered: