saezlab / corneto

Unified knowledge-driven network inference from omics data
https://saezlab.github.io/corneto/
GNU General Public License v3.0
23 stars 3 forks source link

picos backend fails when delegated functions are invoked #8

Closed pablormier closed 6 months ago

pablormier commented 6 months ago

The decorator _wrapper_func in _decorators.py does not check if the function is callable before invoking it, which causes failures when affine expressions have the same name as functions (e.g. var.sum is an affine expression not a function)