dfnWorks icon indicating copy to clipboard operation
dfnWorks copied to clipboard

well/fractures intersections

Open jakubriha85 opened this issue 2 years ago • 1 comments

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.

jakubriha85 avatar Nov 13 '23 07:11 jakubriha85

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

hymanjd avatar Nov 28 '23 23:11 hymanjd