-
Notifications
You must be signed in to change notification settings - Fork 25
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
UndefVarError: Float32Convert not defined
#241
Comments
Nothing should be required, but thanks for letting me know. What's the output of: ]st -m Makie |
UndefVarError:
Float32Convert not defined
UndefVarError: Float32Convert not defined
You will need Makie v0.21 as well, otherwise GeoMakie won't work. If you loaded an older version of Makie from an external environment, then I could understand why you would see this issue. But there should be absolutely no way for this to happen otherwise. |
Indeed, I have Shouldn't This is my compat section:
|
Yes, I'm not sure why this is the case. I suspect the issue is that environments are being stacked somehow. Try this compat section: [compat]
Aqua = "0.8"
CairoMakie = "0.12"
Documenter = "1"
GeoMakie = "0.7"
Interpolations = "0.14, 0.15"
JuliaFormatter = "1"
NCDatasets = "0.13.1, 0.14"
OrderedCollections = "1.3"
SafeTestsets = "0.1"
Statistics = "1"
Test = "1"
julia = "1.9" and maybe run |
This works, and now that I looked at CI more carefully, I realized the reason it's failing is not the same as what I have locally. It's possible that something is off with my environments locally, so I think we can close this issue. Thank you very much for your very quick help! |
I updated to GeoMakie 0.7 and now my tests are failing:
Here's my env:
The release notes mention something about Float32. Is something required to move to 0.7?
The text was updated successfully, but these errors were encountered: