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

Bugfix/akmc snone samples #69

Closed mohitcek closed 3 years ago

mohitcek commented 3 years ago

Issue #57: AKMCS class has been updated to perfectly handle the "samples=None" case. If the 'samples' attribute is not defined while creating an AKMCS object, the user can define the 'samples' or 'nstart' attribute while calling the 'run' method. Otherwise, AKMCS will raise an error and ask the user to define the 'samples' or 'nstart' attribute.