TuringLang / JuliaBUGS.jl

A domain specific language (DSL) for probabilistic graphical models
https://turinglang.org/JuliaBUGS.jl/
MIT License
21 stars 3 forks source link

Add warning message for transformed data #217

Closed sunxd3 closed 1 month ago

sunxd3 commented 1 month ago

"transformed data" are variables that can be computed with data.

In JuliaBUGS, these values are computed during compilation. And these variables will not end up in the final graph.

For standalone language like BUGS and Stan, it make sense to add these into the model definition. But for JuliaBUGS, it makes more sense to compute these data transformations in Julia.

This PR add some warning message for this.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11091905450

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 11091696578: 0.04%
Covered Lines: 1470
Relevant Lines: 1769

💛 - Coveralls