Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Scala committed Oct 16, 2024
1 parent df4b3b2 commit ea544c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unified_planning/model/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ def __eq__(self, oth: object) -> bool:
return False
if set(self._actions) != set(oth._actions):
return False
if set(self.processes) != set(oth.processes):
return False
if set(self._trajectory_constraints) != set(oth._trajectory_constraints):
return False

Expand Down

0 comments on commit ea544c8

Please sign in to comment.