Skip to content

Commit

Permalink
test_push
Browse files Browse the repository at this point in the history
  • Loading branch information
Framba-Luca committed Oct 17, 2023
1 parent 89410af commit bb0ac1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unified_planning/model/walkers/state_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def evaluate(
r = self.walk(expression)
self._variable_assignments = None
self._exp = expression
print("AAAAAAAAAAAAAA", self._exp)
assert r.is_constant()
return r

Expand Down

0 comments on commit bb0ac1d

Please sign in to comment.