diff --git a/celestial/shell.py b/celestial/shell.py index a0cbec6..4fb0def 100644 --- a/celestial/shell.py +++ b/celestial/shell.py @@ -990,8 +990,8 @@ def _numba_update_paths( ) # type: ignore ) - path_matrix[i, j]["bandwidth_kbits"] = d - # path_matrix[j, i]["bandwidth_kbits"] = d + path_matrix[i, j]["bandwidth_kbits"] = b + # path_matrix[j, i]["bandwidth_kbits"] = b @staticmethod @numba.njit # type: ignore