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

Replace old Gibbs sampler with the experimental one. #2328

Open
wants to merge 79 commits into
base: master
Choose a base branch
from

Use StableRNG, relax test tolerance

a15ce2f
Select commit
Loading
Failed to load commit list.
Open

Replace old Gibbs sampler with the experimental one. #2328

Use StableRNG, relax test tolerance
a15ce2f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 3, 2024 in 1s

51.37% of diff hit (target 44.72%)

View this Pull Request on Codecov

51.37% of diff hit (target 44.72%)

Annotations

Check warning on line 105 in src/mcmc/Inference.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/Inference.jl#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 152 in src/mcmc/Inference.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/Inference.jl#L152

Added line #L152 was not covered by tests

Check warning on line 222 in src/mcmc/Inference.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/Inference.jl#L222

Added line #L222 was not covered by tests

Check warning on line 29 in src/mcmc/emcee.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/emcee.jl#L29

Added line #L29 was not covered by tests

Check warning on line 8 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L8

Added line #L8 was not covered by tests

Check warning on line 14 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 18 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L18

Added line #L18 was not covered by tests

Check warning on line 22 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 72 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L72

Added line #L72 was not covered by tests

Check warning on line 79 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L79

Added line #L79 was not covered by tests

Check warning on line 82 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L82

Added line #L82 was not covered by tests

Check warning on line 86 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L86

Added line #L86 was not covered by tests

Check warning on line 94 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 107 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L105-L107

Added lines #L105 - L107 were not covered by tests

Check warning on line 117 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L114-L117

Added lines #L114 - L117 were not covered by tests

Check warning on line 122 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L122

Added line #L122 was not covered by tests

Check warning on line 126 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 129 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 137 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L134-L137

Added lines #L134 - L137 were not covered by tests

Check warning on line 142 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L142

Added line #L142 was not covered by tests

Check warning on line 162 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L162

Added line #L162 was not covered by tests

Check warning on line 170 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 188 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L188

Added line #L188 was not covered by tests

Check warning on line 197 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 208 in src/mcmc/gibbs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mcmc/gibbs.jl#L203-L208

Added lines #L203 - L208 were not covered by tests