Good to hear it’s working now!
That’s indeed strange, as numpy
should also be able to perform this check:
x = np.random.randint(0, 20, (100))
x[x > 10] = 255
print(x)
Good to hear it’s working now!
That’s indeed strange, as numpy
should also be able to perform this check:
x = np.random.randint(0, 20, (100))
x[x > 10] = 255
print(x)