You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have worked on an ensamble of model for which I wanted to do FVA. However, my analysis failed with the error message TypeError: unsupported operand type(s) for *: 'float' and 'NoneType' (
). I assume the error is caused by the model not being feasible such that solution.fobj is None. I would expect the FVA function to specifically check for such cases and provide a sensible error message or return a sentinent value in such cases.
The text was updated successfully, but these errors were encountered:
I have worked on an ensamble of model for which I wanted to do FVA. However, my analysis failed with the error message
TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'
(reframed/reframed/cobra/variability.py
Line 35 in 15a52a9
solution.fobj
isNone
. I would expect the FVA function to specifically check for such cases and provide a sensible error message or return a sentinent value in such cases.The text was updated successfully, but these errors were encountered: