Closed jaclark5 closed 1 week ago
The package is set up to fall back on Numba when the Fortran modules aren't functional. To allow tests to complete with CI, the test of importing a Fortran module is skipped for windows os (857bf2c9b8161d89bcce30595c088a5075b76780).
Removed f2py from package.
Importing compiled Fortran module in windows results in: ImportError: DLL load failed: The specified module could not be found.
According to similar issues, this is an issue with f2py.