Skip to content

Commit ce690d6

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymatgen_diffusion/neb/periodic_dijkstra.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ def periodic_dijkstra(
8484
"""
8585

8686
conn_dict = _get_adjacency_with_images(G.to_undirected())
87-
# pprint(conn_dict[0][4])
88-
# print('=====')
89-
# pprint(conn_dict[4][0])
9087

9188
# use a default dict since we don't know how far out to search
9289
best_ans = defaultdict(lambda: math.inf)

0 commit comments

Comments
 (0)