-
Notifications
You must be signed in to change notification settings - Fork 11
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
Zygote update breaking CI #19
Comments
It's FluxML/Zygote.jl#924. Essentially, instead of silently returning a wrong result, it now errors. I think upgrading to ChainRulesCore 0.7.55 should solve it |
Should I have bumped the compat for ChainRules there? |
It's actually great to have this error -- it means that changes to Zygote did what they were meant to do! |
Oh sorry, no, this will be fixed by FluxML/Zygote.jl#926 which bumps the compat |
Zygote 0.6.6 should solve this, just registered |
Zygot 0.6.5 released yesterday which I'm fairly certain is behind the failing CI
https://github.com/invenia/ParameterHandling.jl/runs/2189676220?check_suite_focus=true
CI passed the day before using 0.6.4
https://github.com/invenia/ParameterHandling.jl/runs/2180773450?check_suite_focus=true
More generally, there are no compat bounds in the test Project.toml
The text was updated successfully, but these errors were encountered: