TuringLang / DynamicPPL.jl

Implementation of domain-specific language (DSL) for dynamic probabilistic programming
https://turinglang.org/DynamicPPL.jl/
MIT License
157 stars 26 forks source link

DynamicPPL..jl tests 23 Broken. #601

Closed iajzenszmi closed 4 months ago

iajzenszmi commented 4 months ago

│ Unless this is due to a configuration error, the relevant variable should be set explicitly. └ @ Documenter ~/.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl:640 [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running doctests. [ Info: Skipped ExpandTemplates step (doctest only). [ Info: Skipped CrossReferences step (doctest only). [ Info: Skipped CheckDocument step (doctest only). [ Info: Skipped Populate step (doctest only). [ Info: Skipped RenderDocument step (doctest only). Activating project at ~/.julia/packages/DynamicPPL/UsxSC/test/turing Resolving package versions... ┌ Info: Not compatible with this release. No problem. └ exception = empty intersection between DynamicPPL@0.25.3 and project compatibility 0.24 Test Summary: | Pass Broken Total Time DynamicPPL.jl | 16783 23 16806 41m56.5s Testing DynamicPPL tests passed Screenshot from 2024-05-03 07-09-57

yebai commented 4 months ago

@sunxd3 can you take a look?

torfjelde commented 4 months ago

Exactly what is the issue here? I don't think I see anything strange here. Tests are passing and the turing tests weren't running because we hadn't yet made a compatible release.

torfjelde commented 4 months ago

@iajzenszmi Note that tests that are "broken" are marked so on purpose:) Hence why tests are considered to be "passing" overall