Skip to content

Commit 5e7e369

Browse files
committed
small bug fix
1 parent a523a9e commit 5e7e369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen_diffusion/neb/periodic_dijkstra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def periodic_dijkstra(
117117
path_parent[next_index_pair] = (cur_idx, cur_image)
118118
heapq.heappush(pq, (new_cost, next_index_pair))
119119

120-
# return best_ans, path_parent
120+
return best_ans, path_parent
121121

122122

123123
def periodic_dijkstra_on_sgraph(

0 commit comments

Comments
 (0)