Harsh Kumar

Results 1 comments of Harsh Kumar

Recent NumPy versions silently creates an object array. The solution is to use dtype = 'object' to make sure numpy doesn't silently creates an object array. e.g. instead of x...