Closed pmdaly closed 4 years ago
Checking (effectively) ints with isinstance will fail with other types of ints such as np.int64. This is one possible solution but there may be better ones.
Checking (effectively) ints with isinstance will fail with other types of ints such as np.int64. This is one possible solution but there may be better ones.