Skip to content

Commit 6bbdb21

Browse files
authored
Merge pull request #23 from APLA-Toolbox/remove-ui-loader
Remove UI flag
2 parents 8508690 + 7d5660d commit 6bbdb21

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

src/automated_planner.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22
from .bfs import BreadthFirstSearch
33
from .dijkstra import DijkstraBestFirstSearch
44

5-
UI = False
6-
7-
if UI:
8-
loading_bar_handler(False)
5+
loading_bar_handler(False)
96
import julia
10-
117
_ = julia.Julia(compiled_modules=False)
12-
13-
if UI:
14-
loading_bar_handler(True)
15-
8+
loading_bar_handler(True)
169
from julia import PDDL
1710
from time import time as now
1811

0 commit comments

Comments
 (0)