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
File "lnn/symbolic/logic/unary_operator.py", line 165, in downward
return self._fully_quantified_downward()
File "lnn/symbolic/logic/unary_operator.py", line 270, in _fully_quantified_downward
return operand.neuron.aggregate_bounds(groundings, bounds[..., 0])
IndexError: index 0 is out of bounds for dimension 1 with size 0
The text was updated successfully, but these errors were encountered:
@KyleErwin the code below seems to have two issues
The text was updated successfully, but these errors were encountered: