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

Error when using just 1 fracture family #4

Open
rtwilliamsgeo opened this issue Sep 23, 2019 · 0 comments
Open

Error when using just 1 fracture family #4

rtwilliamsgeo opened this issue Sep 23, 2019 · 0 comments

Comments

@rtwilliamsgeo
Copy link

When attempting to define a mesh with a single fracture family, the software fails with the following error:

Traceback (most recent call last):
File "run.py", line 17, in
DFN.dfn_gen(output=False)
File "/usr/local/lib/python3.6/dist-packages/pydfnworks-2.2-py3.6.egg/pydfnworks/dfnGen/generator.py", line 43, in dfn_gen
self.check_input()
File "/usr/local/lib/python3.6/dist-packages/pydfnworks-2.2-py3.6.egg/pydfnworks/dfnGen/gen_input.py", line 1320, in check_input
verify_params()
File "/usr/local/lib/python3.6/dist-packages/pydfnworks-2.2-py3.6.egg/pydfnworks/dfnGen/gen_input.py", line 1236, in verify_params
paramFunc('r')
File "/usr/local/lib/python3.6/dist-packages/pydfnworks-2.2-py3.6.egg/pydfnworks/dfnGen/distributions.py", line 48, in beta_distribution
desiredLength=numFamilies)
File "/usr/local/lib/python3.6/dist-packages/pydfnworks-2.2-py3.6.egg/pydfnworks/dfnGen/gen_input.py", line 360, in verify_list
"list".format(key, listType, examples[listType], listType))
NameError: name 'examples' is not defined

When switching to 2 fracture families, the procedure runs correctly.

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

1 participant