Closed ConnectedSystems closed 3 years ago
I thought this addressed all test failures due to buffer dtype mismatch, but turns out I missed some.
Further investigation shows using fused types for this is not resolved so I am going to fall back to np.arrays
See open issue here
Calls to
multivariate_hierarchical_barycentric_lagrange_interpolation_pyx()
fail due to different types between platforms (long vs long long).Switch to fused types to address this (confirmed by tests passing on Windows)