dfnWorks
dfnWorks copied to clipboard
well/fractures intersections
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.
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