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 ZarrTrace and fix non-determinism with Generators in sample #7540

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Minor mcmc code cleanup

482bb9f
Select commit
Loading
Failed to load commit list.
Open

Add ZarrTrace and fix non-determinism with Generators in sample #7540

Minor mcmc code cleanup
482bb9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 23, 2024 in 1s

92.61% of diff hit (target 50.00%)

View this Pull Request on Codecov

92.61% of diff hit (target 50.00%)

Annotations

Check warning on line 52 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 97 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L97

Added line #L97 was not covered by tests

Check warning on line 347 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L347

Added line #L347 was not covered by tests

Check warning on line 442 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L442

Added line #L442 was not covered by tests

Check warning on line 570 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L569-L570

Added lines #L569 - L570 were not covered by tests

Check warning on line 579 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L578-L579

Added lines #L578 - L579 were not covered by tests

Check warning on line 757 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L756-L757

Added lines #L756 - L757 were not covered by tests

Check warning on line 846 in pymc/backends/zarr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/backends/zarr.py#L845-L846

Added lines #L845 - L846 were not covered by tests

Check warning on line 1305 in pymc/sampling/mcmc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/mcmc.py#L1305

Added line #L1305 was not covered by tests

Check warning on line 1373 in pymc/sampling/mcmc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/mcmc.py#L1373

Added line #L1373 was not covered by tests

Check warning on line 125 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L125

Added line #L125 was not covered by tests

Check warning on line 127 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L127

Added line #L127 was not covered by tests

Check warning on line 170 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L170

Added line #L170 was not covered by tests

Check warning on line 225 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L225

Added line #L225 was not covered by tests

Check warning on line 278 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L278

Added line #L278 was not covered by tests

Check warning on line 281 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L281

Added line #L281 was not covered by tests

Check warning on line 463 in pymc/sampling/parallel.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/parallel.py#L463

Added line #L463 was not covered by tests

Check warning on line 275 in pymc/sampling/population.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/population.py#L273-L275

Added lines #L273 - L275 were not covered by tests

Check warning on line 323 in pymc/sampling/population.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/population.py#L321-L323

Added lines #L321 - L323 were not covered by tests

Check warning on line 326 in pymc/sampling/population.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/population.py#L325-L326

Added lines #L325 - L326 were not covered by tests

Check warning on line 465 in pymc/sampling/population.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/sampling/population.py#L464-L465

Added lines #L464 - L465 were not covered by tests

Check warning on line 77 in pymc/step_methods/state.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pymc/step_methods/state.py#L77

Added line #L77 was not covered by tests