Skip to content
Snippets Groups Projects
Commit 1097b1f8 authored by Caron Olivier's avatar Caron Olivier
Browse files

np.bool_ managed

parent 68f71ea4
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def is_number(variable):
def is_integer(variable):
if isinstance(variable, (str, bool, float)):
if isinstance(variable, (str, bool, float, np.bool_)):
return False
if isinstance(variable, (int, np.integer)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment