Skip to content
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

well/fractures intersections #69

Open
jakubriha85 opened this issue Nov 13, 2023 · 1 comment
Open

well/fractures intersections #69

jakubriha85 opened this issue Nov 13, 2023 · 1 comment

Comments

@jakubriha85
Copy link

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.

@hymanjd
Copy link
Collaborator

hymanjd commented Nov 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants