Closed pablormier closed 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)
_wrapper_func
_decorators.py
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)