stefanradev93 / BayesFlow

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

Loss progress tests #176

Closed Chase-Grajeda closed 3 weeks ago

Chase-Grajeda commented 1 month ago

Implements changes for Jira BF-28: Added tests to inspect loss progress and loss on the progress bar

Changes: test_approximators/test_fit.py

test_approximators/conftest.py

simulators/normal_simulator.py

simulators/__init__.py

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.82%. Comparing base (49bbe79) to head (2da5ec7). Report is 10 commits behind head on streamlined-backend.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## streamlined-backend #176 +/- ## ======================================================= - Coverage 67.62% 66.82% -0.80% ======================================================= Files 88 92 +4 Lines 1640 1688 +48 ======================================================= + Hits 1109 1128 +19 - Misses 531 560 +29 ```

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