Skip to content
Snippets Groups Projects
Commit e9e5774c authored by Philipp Arras's avatar Philipp Arras
Browse files

Fixup

parent 6fd060a5
No related branches found
No related tags found
1 merge request!335Check for negative number of pixels or negative binbounds
Pipeline #52860 passed
......@@ -165,7 +165,7 @@ class PowerSpace(StructuredDomain):
if binbounds is not None:
binbounds = tuple(binbounds)
if min(self._distances) < 0:
if min(binbounds) < 0:
raise ValueError('Negative binbounds encountered')
key = (harmonic_partner, binbounds)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment