stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
286 stars 45 forks source link

Inherit benchmark simulators #180

Closed Chase-Grajeda closed 2 weeks ago

Chase-Grajeda commented 3 weeks ago

Updated existing benchmarks to be subclasses of Benchmark

Changes implemented:

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 289 lines in your changes missing coverage. Please review.

Project coverage is 55.82%. Comparing base (3855cb2) to head (b2cdc00). Report is 21 commits behind head on streamlined-backend.

Files Patch % Lines
bayesflow/benchmarks/slcp_distractors.py 0.00% 36 Missing :warning:
bayesflow/benchmarks/sir.py 0.00% 33 Missing :warning:
bayesflow/benchmarks/lotka_volterra.py 0.00% 32 Missing :warning:
bayesflow/benchmarks/bernoulli_glm.py 0.00% 28 Missing :warning:
bayesflow/benchmarks/slcp.py 0.00% 23 Missing :warning:
bayesflow/benchmarks/bernoulli_glm_raw.py 0.00% 22 Missing :warning:
bayesflow/benchmarks/inverse_kinematics.py 0.00% 22 Missing :warning:
bayesflow/benchmarks/gaussian_mixture.py 0.00% 19 Missing :warning:
bayesflow/benchmarks/gaussian_linear_uniform.py 0.00% 18 Missing :warning:
bayesflow/benchmarks/gaussian_linear.py 0.00% 17 Missing :warning:
... and 3 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## streamlined-backend #180 +/- ## ======================================================= - Coverage 57.34% 55.82% -1.52% ======================================================= Files 104 105 +1 Lines 2070 2198 +128 ======================================================= + Hits 1187 1227 +40 - Misses 883 971 +88 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stefanradev93 commented 3 weeks ago

Looking good!