We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8508690 commit 7d5660dCopy full SHA for 7d5660d
1 file changed
src/automated_planner.py
@@ -2,17 +2,10 @@
2
from .bfs import BreadthFirstSearch
3
from .dijkstra import DijkstraBestFirstSearch
4
5
-UI = False
6
-
7
-if UI:
8
- loading_bar_handler(False)
+loading_bar_handler(False)
9
import julia
10
11
_ = julia.Julia(compiled_modules=False)
12
13
14
- loading_bar_handler(True)
15
+loading_bar_handler(True)
16
from julia import PDDL
17
from time import time as now
18
0 commit comments