Skip to content

Fix weird bug with new numpy version.

Torben Lange requested to merge numpyHotfix into master

Comparisions with np.nan and numpy ndarrays dont work as intended in the current version. This hotfix should be backwards compatible and while less clean give the same results

Merge request reports