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
We currently use Kaleido_jll v0.1 so plotting works on Windows. This generates a problem with M1 MacOS.
-
The text was updated successfully, but these errors were encountered:
If someone encounters this, there are two solutions
] add Kaleido_jll@0.2
or just import KomaMRI twice
julia> using KomaMRI julia> using KomaMRI
Kaleido is related to the savefig function, so this might not work properly.
savefig
Sorry, something went wrong.
Also, we disabled macos-latest in the CI as it uses an M1 Mac. Running the CI with macos-12 for now.
macos-latest
macos-12
No branches or pull requests
What happened?
We currently use Kaleido_jll v0.1 so plotting works on Windows. This generates a problem with M1 MacOS.
Environment
-
The text was updated successfully, but these errors were encountered: