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.
1 parent f4dfea6 commit b8ce111Copy full SHA for b8ce111
spglm/utils.py
@@ -19,7 +19,7 @@ def _bit_length_26(x):
19
20
######################################################################
21
# TODO - remove GH#39
22
- string_types = basestring # noqa F821 - `nan_dot` not defined - should remove
+ string_types = basestring # noqa F821 - `basestring` not defined - should remove
23
24
25
class NumpyVersion:
0 commit comments