Skip to content
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

Add warning message for transformed data #217

Merged
merged 3 commits into from
Sep 29, 2024

Conversation

sunxd3
Copy link
Member

@sunxd3 sunxd3 commented Sep 29, 2024

"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.

sunxd3 and others added 3 commits September 29, 2024 11:21
@sunxd3 sunxd3 merged commit d624b22 into master Sep 29, 2024
12 checks passed
@sunxd3 sunxd3 deleted the sunxd/warn_transformed_variables branch September 29, 2024 11:01
@coveralls
Copy link

coveralls commented Sep 29, 2024

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

  • 6 of 6 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 83.098%

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

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

2 participants