Skip to content

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

Closed
salbert83 opened this issue Oct 25, 2021 · 5 comments
Closed

Errors running unit tests #644

salbert83 opened this issue Oct 25, 2021 · 5 comments

Comments

@salbert83
Copy link

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
)

@ChrisRackauckas
Copy link
Member

@DhairyaLGandhi this is the DistributionsAD thing right?

@DhairyaLGandhi
Copy link
Member

No this looks different. Be good to try against TuringLang/DistributionsAD.jl#203 anyway

@devmotion
Copy link
Member

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.

@ChrisRackauckas
Copy link
Member

Is there a reason why it's such an old version of Zygote? Upgrade Zygote and see what happens.

@salbert83
Copy link
Author

salbert83 commented Oct 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants