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
The following error comes up when using Standard Latin Hypercube sampling and the number_of_samples is 2. There is no error when the the number_of_samples is 1 or when it is >=3.
File "hypermapper/space.py", line 1931, in standard_latin_hypercube_sampling_configurations_without_repetitions
for i in range(len(X[0])):
TypeError: object of type 'numpy.int64' has no len()
The text was updated successfully, but these errors were encountered:
The following error comes up when using Standard Latin Hypercube sampling and the number_of_samples is 2. There is no error when the the number_of_samples is 1 or when it is >=3.
The text was updated successfully, but these errors were encountered: