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

Integrate new density estimator interface into SBI #979

Merged
merged 39 commits into from
Mar 16, 2024

fix test failure in likelihood_potential

763ded1
Select commit
Loading
Failed to load commit list.
Merged

Integrate new density estimator interface into SBI #979

fix test failure in likelihood_potential
763ded1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 14, 2024 in 0s

78.19% of diff hit (target 76.30%)

View this Pull Request on Codecov

78.19% of diff hit (target 76.30%)

Annotations

Check warning on line 110 in sbi/inference/posteriors/direct_posterior.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/posteriors/direct_posterior.py#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 178 in sbi/inference/posteriors/direct_posterior.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/posteriors/direct_posterior.py#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 96 in sbi/inference/potentials/posterior_based_potential.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/potentials/posterior_based_potential.py#L96

Added line #L96 was not covered by tests

Check warning on line 343 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L343

Added line #L343 was not covered by tests

Check warning on line 346 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L346

Added line #L346 was not covered by tests

Check warning on line 434 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L434

Added line #L434 was not covered by tests

Check warning on line 437 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L437

Added line #L437 was not covered by tests

Check warning on line 444 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L444

Added line #L444 was not covered by tests

Check warning on line 469 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L469

Added line #L469 was not covered by tests

Check warning on line 472 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L472

Added line #L472 was not covered by tests

Check warning on line 481 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L477-L481

Added lines #L477 - L481 were not covered by tests

Check warning on line 520 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L520

Added line #L520 was not covered by tests

Check warning on line 529 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L529

Added line #L529 was not covered by tests

Check warning on line 553 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L552-L553

Added lines #L552 - L553 were not covered by tests

Check warning on line 716 in sbi/inference/snpe/snpe_a.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_a.py#L716

Added line #L716 was not covered by tests

Check warning on line 227 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 281 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L281

Added line #L281 was not covered by tests

Check warning on line 285 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L285

Added line #L285 was not covered by tests

Check warning on line 292 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L292

Added line #L292 was not covered by tests

Check warning on line 407 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L407

Added line #L407 was not covered by tests

Check warning on line 416 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L415-L416

Added lines #L415 - L416 were not covered by tests

Check warning on line 651 in sbi/inference/snpe/snpe_c.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/inference/snpe/snpe_c.py#L651

Added line #L651 was not covered by tests

Check warning on line 37 in sbi/neural_nets/density_estimators/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/density_estimators/base.py#L37

Added line #L37 was not covered by tests

Check warning on line 24 in sbi/neural_nets/density_estimators/nflows_flow.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/density_estimators/nflows_flow.py#L24

Added line #L24 was not covered by tests

Check warning on line 35 in sbi/neural_nets/density_estimators/zuko_flow.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/density_estimators/zuko_flow.py#L35

Added line #L35 was not covered by tests