We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 923ba34 + 8c82de0 commit 3ab5474Copy full SHA for 3ab5474
numpy_groupies/tests/__init__.py
@@ -27,7 +27,7 @@
27
28
29
def _impl_name(impl):
30
- if not impl:
+ if not impl or type(impl).__name__ == 'NotSetType':
31
return
32
return impl.__name__.rsplit("aggregate_", 1)[1].rsplit("_", 1)[-1]
33
0 commit comments