Closed tteigman closed 2 years ago
I changed the dtype for the random indexer to np.int64 since it wasn't working with the defaults (for me).
np.int64
Also, the indexer.random method was missing arguments.
indexer.random
It has been a while, but still appreciated :)
I changed the dtype for the random indexer to
np.int64
since it wasn't working with the defaults (for me).Also, the
indexer.random
method was missing arguments.