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 support for nonlinear value coupling #215

Closed KoraTMontemagno closed 2 months ago

KoraTMontemagno commented 3 months ago

I tried to update the functions using non linear equations I don't know if I handled correctly the static arguments though...

codecov-commenter commented 2 months 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 94.28571% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.05%. Comparing base (f943078) to head (85e35e8).

Files Patch % Lines
src/pyhgf/model/network.py 90.90% 1 Missing :warning:
src/pyhgf/utils.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #215 +/- ## ========================================== - Coverage 95.10% 95.05% -0.05% ========================================== Files 23 23 Lines 1184 1213 +29 ========================================== + Hits 1126 1153 +27 - Misses 58 60 +2 ```

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

LegrandNico commented 2 months ago

Alright, I think we can merge here, thank you for your work @KoraTMontemagno