-
Notifications
You must be signed in to change notification settings - Fork 46
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
Some errors when running examples about version2.7 #51
Comments
There are some other example errors when running V2.7 compared with V2.6 in docker. But the aforementioned problem is more confusing for me . Thanks ! |
Hi, there was a key word missing in the driver.py file. It's been added to the master branch via commit Let me know if that works for you. J |
It seems that I can not downgrade to version 2.6 or lower versions. Because it just provides this file ' dist/pydfnworks-2.7-py3-none-any.whl ' . 😄 |
yes, you'll need to roll back to a 2.6 commit. |
@aidanstansberry what do you think is going on? |
It appears that when assigning the hydraulic properties we incorrectly assume that there is only one fracture defined in the file. This will only be a problem when using add_user_fract_from_file(). I am working on a fix right now. |
Hello! Thank you very much for the software developed by your team, which has helped me a lot. I have the following problems during use.
I run the example "user_polygon" in version 2.7 with native build, but it shows the error like this,
Error 1
It runs successfully in version 2.6 with docker. I am sure that the parameter setting is the same.
Error 2
I think the parameters have been defined in the file "driver.py",so there is no 'params.txt' might be true ?
I can't understand the workflow in 'generator.py' as follows
`if os.path.isfile("params.txt"):
We look forward to your valuable comments!
Yours sincerely
The text was updated successfully, but these errors were encountered: