Skip to content

Commit 13e7911

Browse files
committed
fix typo in bandwidth calculation
1 parent bf768c7 commit 13e7911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

celestial/shell.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@ def _numba_update_paths(
990990
) # type: ignore
991991
)
992992

993-
path_matrix[i, j]["bandwidth_kbits"] = d
994-
# path_matrix[j, i]["bandwidth_kbits"] = d
993+
path_matrix[i, j]["bandwidth_kbits"] = b
994+
# path_matrix[j, i]["bandwidth_kbits"] = b
995995

996996
@staticmethod
997997
@numba.njit # type: ignore

0 commit comments

Comments
 (0)