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
In the SDOE toolbox, load the data file with columns (Label, X1, X2, Values). Our file had only 12 points, which is much smaller than surf1candidates from the tutorial.
Set the Design Construction to Non-Uniform Space Filling and open the SDOE dialog.
Uncheck __id and set Label to Index. Set Values to Weights.
(RAN CORRECTLY) Set the Design Size to a number smaller than the number of candidate points, for us design size = 11 ran with no issues.
(THROWS ERROR) Set the Design Size to the dataset size (design size = 12 for us), fails on line 406 in nusf.py with "local variable best_mdpts referenced before assignment".
The text was updated successfully, but these errors were encountered:
To reproduce the issue:
The text was updated successfully, but these errors were encountered: