Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: updated test_natural_transitions in test_problem
Browse files Browse the repository at this point in the history
Samuel Gobbi committed Jan 14, 2025
1 parent 5fb2ab2 commit 029bee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unified_planning/test/test_problem.py
Original file line number Diff line number Diff line change
@@ -615,7 +615,6 @@ def test_natural_transitions(self):
p.clear_processes()
self.assertEqual(len(p.natural_transitions), 0)
p_boiling_water = self.problems["boiling_water"].problem
print(p_boiling_water)
self.assertFalse(p_boiling_water.kind.has_non_linear_continuous_effects())
self.assertTrue(p_boiling_water.kind.has_increase_continuous_effects())
self.assertTrue(p_boiling_water.kind.has_decrease_continuous_effects())

0 comments on commit 029bee4

Please sign in to comment.