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
Chimera does not accept arrays of numpy.bool_ as absolutes argument. An error is raised when checking the input. Example:
Chimera(tolerances=np.array([0.5, 0.2]), absolutes=np.array([False, False]), goals=['min', 'max'])
>>> ValueError: `absolute` should be a list of True/False values
The text was updated successfully, but these errors were encountered:
Chimera does not accept arrays of
numpy.bool_
asabsolutes
argument. An error is raised when checking the input. Example:The text was updated successfully, but these errors were encountered: