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
Setting a single negative value or a couple of negative values to sigma argument of ElasticTransform() doesn't get error against the error message
#8877
Open
hyperkai opened this issue
Jan 24, 2025
· 0 comments
ValueError: sigma should have positive values. Got [-100.0, 100.0]
ValueError: sigma should have positive values. Got [100.0, -100.0]
But setting a single negative value or a couple of negative values to sigma argument of ElasticTransform() doesn't get error against the above error message as shown below:
🐛 Describe the bug
Setting a negative and positive value together to
sigma
argument of ElasticTransform() gets the error messages as shown below:But setting a single negative value or a couple of negative values to
sigma
argument ofElasticTransform()
doesn't get error against the above error message as shown below:Versions
The text was updated successfully, but these errors were encountered: