Skip to content

Commit

Permalink
updated kinds and documentation, separated functions for increase/dec…
Browse files Browse the repository at this point in the history
…rease
  • Loading branch information
Samuel Gobbi committed Jan 10, 2025
1 parent e83b326 commit 6a40e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unified_planning/model/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,6 @@ def update_problem_kind_action(
self.update_action_timed_effect(t, e)
continuous_fluents = set()
fluents_in_rhs = set()
# TODO
for t, le in action.effects.items():
for e in le:
self.update_action_timed_effect(t, e)
Expand Down

0 comments on commit 6a40e89

Please sign in to comment.