SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
271 stars 79 forks source link

FORM does not appear to use the value of df_step #59

Closed mcfarljm closed 3 years ago

mcfarljm commented 3 years ago

As far as I can tell, the FORM code does not use the value that is provided for the df_step option, which is supposed to control the finite difference step sizes. From some simple testing, I did not see any effect on the model input values that were used when I changed the value of df_step.

mds2120 commented 3 years ago

Thank you, we will take a look at it.