Skip to content

Commit

Permalink
[FIX] black
Browse files Browse the repository at this point in the history
  • Loading branch information
Anissa committed Oct 27, 2023
1 parent 60844c0 commit dc0699c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions unified_planning/test/test_ttp_to_stn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from unified_planning.shortcuts import *

from unified_planning.plans.ttp_to_stn import *
Expand Down Expand Up @@ -49,6 +48,8 @@ def test_matchcellar_to_stn(self):
**options,
edge_cmap=plt.cm.Reds
)
#pylab.show()
# pylab.show()
# Each actions has start and end in the stn plus Start and End's nodes
self.assertTrue(len(self.ttp_to_stn.stn) == len(self.plan.timed_actions)*2 + 2)
self.assertTrue(
len(self.ttp_to_stn.stn) == len(self.plan.timed_actions) * 2 + 2
)

0 comments on commit dc0699c

Please sign in to comment.