-
-
Notifications
You must be signed in to change notification settings - Fork 158
Errors running unit tests #644
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
Comments
@DhairyaLGandhi this is the DistributionsAD thing right? |
No this looks different. Be good to try against TuringLang/DistributionsAD.jl#203 anyway |
The warning WARNING: could not import DistributionsAD._mv_categorical_logpdf into ReverseDiffX was fixed in DistributionsAD 0.6.30 (and can be ignored in general, it's just a useless import statement in a submodule that is not needed). Apparently DistributionsAD 0.6.29 was used here (current version is 0.6.31). The error itself seems to be unrelated to DistributionsAD. |
Is there a reason why it's such an old version of Zygote? Upgrade Zygote and see what happens. |
I'm seeing the following errors in running the unit tests. I am using Julia 1.6.3, DiffEqFlux v1.38.0 . I changed to .txt extensions to be able to attach the files.
[example.jl.txt](https://github.com/SciML/DiffEqFlux.jl/files/7408866/example.jl.txt
example.out.txt
)
The text was updated successfully, but these errors were encountered: