Closed sunxd3 closed 1 month ago
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.
Totals | |
---|---|
Change from base Build 11091696578: | 0.04% |
Covered Lines: | 1470 |
Relevant Lines: | 1769 |
"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.