Spaces:
Running
Running
cryptocalypse
commited on
Commit
•
8ec444b
1
Parent(s):
a4d99c1
Update psychohistory.py
Browse files- psychohistory.py +1 -1
psychohistory.py
CHANGED
@@ -213,4 +213,4 @@ def main(json_data):
|
|
213 |
if shortest_path:
|
214 |
draw_path_3d(G, shortest_path, 'shortest_duration_path.png', 'purple')
|
215 |
|
216 |
-
return 'global_tree.png' # Return the filename of the global tree
|
|
|
213 |
if shortest_path:
|
214 |
draw_path_3d(G, shortest_path, 'shortest_duration_path.png', 'purple')
|
215 |
|
216 |
+
return ('global_tree.png','best_path.png','longest_duration_path.png') # Return the filename of the global tree
|