We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the well package, the intersections of well and fractures are probably not computed and/or output correctly. See https://groups.google.com/g/dfnworks-users/c/mtKKfQj2HR4 for further details.
The text was updated successfully, but these errors were encountered:
Hi Jakub,
There is a typo in your driver script on line 50. You need to include the f string indicator before the {src_path} It reads now
vertical_well = {"name": 'vertical', "filename": "{src_path}/well.dat","r":1}
is should be
vertical_well = {"name": 'vertical', "filename": f"{src_path}/well.dat","r":1}
Sorry that it took me so long to find this.
I ran the scripts and I still get the error. I'll see what I can do to sort that out tomorrow.
Jeffrey
Sorry, something went wrong.
No branches or pull requests
In the well package, the intersections of well and fractures are probably not computed and/or output correctly.
See https://groups.google.com/g/dfnworks-users/c/mtKKfQj2HR4 for further details.
The text was updated successfully, but these errors were encountered: