Closed Pindar777 closed 4 years ago
I assume most/all test failures are due to a breaking change in the latest release of Distributions (which according to SemVer should have been non-breaking, but maybe the change of fields is considered to be non-breaking in general...). The field c0
of InverseWishart
was changed to logc0
, see https://github.com/JuliaStats/Distributions.jl/compare/v0.23.2...v0.23.3. This change requires an update of DistributionsAD for Distributions >= 0.23.3.
Hence I assume tests pass if you install Distributions 0.23.2.
@devmotion Thank you for the fast response and hint. I downgraded to Distributions 0.23.2 and all tests are passed.
Hi there,
I wonder how to pass all tests. That is the output
Test Summary: | Pass Error Total
Turing | 9930 7 9937
ERROR: LoadError: Some tests did not pass: 9930 passed, 0 failed, 7 errored, 0 broken. in expression starting at... \test\runtests.jl:12 ERROR: Package Turing errored during testing
I installed these packages on Windows 10 1909
Turing v0.13.0 #master and MCMCChains v3.0.12
How to debug further and solve the issue?
Often lumes up hmc.jl.