polaris-3
Results
3
comments of
polaris-3
Sure, here is an example with outputs before and after my changes. **Example code** `import numpy as np a = np.random.rand(100, 100) b = a.copy() b[79, 83] = 0.5 b[24,...
I hope to have addressed all the edge cases now and have also adapted the tests and docs to the new error message. @ngoldbaum I'm not sure I fully agree....
Ralf Bürkle (prefer not sharing email address)