We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/rust-math/fftw/runs/1044484751
running 3 tests test src\array.rs - array::alignment_of (line 109) ... FAILED test src\lib.rs - (line 10) ... FAILED test src\lib.rs - (line 29) ... FAILED failures: ---- src\array.rs - array::alignment_of (line 109) stdout ---- Test executable failed (exit code -1073741515). ---- src\lib.rs - (line 10) stdout ---- Test executable failed (exit code -1073741515). ---- src\lib.rs - (line 29) stdout ---- Test executable failed (exit code -1073741515).
The text was updated successfully, but these errors were encountered:
exit code -1073741515
This means DLL not found. This happens only for doctests, it is similar to rust-ndarray/ndarray-linalg#229
Sorry, something went wrong.
CI is disabled in #104. This issue is kept opening until it will be re-enabled without failure
We should split tests for windows-msvc and windows-gnu environment. windows-gnu env seems to be broken.
No branches or pull requests
https://github.com/rust-math/fftw/runs/1044484751
The text was updated successfully, but these errors were encountered: