Spaces:
Sleeping
Sleeping
Update psychohistory.py
Browse files- psychohistory.py +1 -1
psychohistory.py
CHANGED
@@ -249,4 +249,4 @@ def main(json_data):
|
|
249 |
if shortest_path:
|
250 |
draw_path_3d(G, shortest_path, 'shortest_duration_path.png', 'purple')
|
251 |
|
252 |
-
return ('global_tree.png', 'best_path.png', 'longest_duration_path.png',
|
|
|
249 |
if shortest_path:
|
250 |
draw_path_3d(G, shortest_path, 'shortest_duration_path.png', 'purple')
|
251 |
|
252 |
+
return ('global_tree.png', 'best_path.png', 'longest_duration_path.png',longest_angles,best_angles)
|