diff --git a/bioframe/ops.py b/bioframe/ops.py index 4e057170..51607ecf 100644 --- a/bioframe/ops.py +++ b/bioframe/ops.py @@ -1095,7 +1095,7 @@ def _closest_intidxs( closest_intidxs.append(closest_idxs_group) if len(closest_intidxs) == 0: - return np.ndarray(shape=(0, 2), dtype=np.int64) + return np.ndarray(shape=(0, 2), dtype=int) closest_intidxs = np.vstack(closest_intidxs) return closest_intidxs