Open tnowotny opened 4 years ago
We've only ever seen this specific outcome on OS X though, right? I wonder whether it is not a bug in the C++ code, e.g. some "undefined behaviour" or some wrong use of pointers. This could explain why it only happens sometimes.
could be - definitely seen it on OS X but I have a feeling I have also seen it on Windows once ... not sure.
the test fails occasionally on some (seemingly randomly chosen) setup as follows:
gut-feeling I wonder whether it has something to do with a failure to invalidate arrays in the array cache so that they are not read back correctly into python after
run
. This doesn't explain though why the test only fails n some instances and only occasionally.