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
Usage of ClimaCoreMakie.fieldheatmap or ClimaCoreMakie.fieldheatmap! causes the warning
shading = false` is not valid. Use `Makie.automatic`, `NoShading`, `FastShading` or `MultiLightShading`. Defaulting to `NoShading`
This can be reproduced by running lib/ClimaCoreMakie/test/runtests.jl Ideally a minimal reproducible example:
# some code here
Or even better, add it as a unit test, and open pull request.
If not using the `examples` project: ``` paste your Project.toml here. ``` ``` paste your Manifest.toml here. ```
Any relevant system information:
module list
Please add any relevant links.
The text was updated successfully, but these errors were encountered:
imreddyTeja
Successfully merging a pull request may close this issue.
Describe the bug
Usage of ClimaCoreMakie.fieldheatmap or ClimaCoreMakie.fieldheatmap! causes the warning
To Reproduce
This can be reproduced by running lib/ClimaCoreMakie/test/runtests.jl
Ideally a minimal reproducible example:
# some code here
Or even better, add it as a unit test, and open pull request.
Project
If not using the `examples` project: ``` paste your Project.toml here. ``` ``` paste your Manifest.toml here. ```
System details
Any relevant system information:
module list
)Related issues / PRs
Please add any relevant links.
The text was updated successfully, but these errors were encountered: