Skip to content
New issue

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

Array() now returns an Array for 0-dimensional input #482

Closed
juliasloan25 opened this issue Apr 30, 2024 · 0 comments · Fixed by #484
Closed

Array() now returns an Array for 0-dimensional input #482

juliasloan25 opened this issue Apr 30, 2024 · 0 comments · Fixed by #484
Labels
bug Something isn't working Dependencies 🕸️

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Apr 30, 2024

CommonDataModel 0.3.6 changes how they handle 0-dimensional input - see release notes here.

This causes an error in RRTMGP when calling FT(Array(...)) and the inner array has dimension 0, here. This was discovered downstream in ClimaCoupler, e.g. in this build. This causes the test/all_sky.jl test to fail when using NCDatasets v0.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Dependencies 🕸️
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant