How to convert 2D float numpy array to 2D int numpy array?
How to convert real numpy array to int numpy array? Tried using map directly to array but it did not work.
How to convert real numpy array to int numpy array? Tried using map directly to array but it did not work.