ilabcode / pyhgf

PyHGF: A neural network library for predictive coding
https://ilabcode.github.io/pyhgf/
GNU General Public License v3.0
53 stars 17 forks source link

add Dirichlet process node #162

Closed LegrandNico closed 4 months ago

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 83.75000% with 39 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@0849cc9). Learn more about missing BASE report.

Files Patch % Lines
src/pyhgf/utils.py 73.33% 20 Missing :warning:
src/pyhgf/updates/prediction/dirichlet.py 45.45% 6 Missing :warning:
src/pyhgf/model/network.py 84.37% 5 Missing :warning:
src/pyhgf/math.py 80.00% 4 Missing :warning:
src/pyhgf/plots.py 71.42% 2 Missing :warning:
src/pyhgf/updates/posterior/exponential.py 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #162 +/- ## ========================================= Coverage ? 91.48% ========================================= Files ? 23 Lines ? 1162 Branches ? 0 ========================================= Hits ? 1063 Misses ? 99 Partials ? 0 ```

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