You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running cargo run on a new project which contains both ndarray and ndarray-linalg with the feature openblas-static on ubuntu linux results in an openblas error and a failure to compile. building/running the project once with ndarray before adding ndarray-linalg to the toml file and run/building again fixes the issue.