You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the Auxiliary File for the FORM.py example, numpy is imported once at the beginning of the script and a second time inside of a function.
Expected behavior
The package should only be imported at the beginning of the file. It does not need to be imported a second time inside a function definition.
Desktop (please complete the following information):
UQpy version 4.0.5
The text was updated successfully, but these errors were encountered:
Describe the bug
In the Auxiliary File for the FORM.py example, numpy is imported once at the beginning of the script and a second time inside of a function.
To Reproduce
See the auxiliary file for the FORM.py example. Link:
https://uqpyproject.readthedocs.io/en/latest/auto_examples/reliability/form/pfn.html#sphx-glr-auto-examples-reliability-form-pfn-py
Expected behavior
The package should only be imported at the beginning of the file. It does not need to be imported a second time inside a function definition.
Desktop (please complete the following information):
UQpy version 4.0.5
The text was updated successfully, but these errors were encountered: