Skip to content

Commit 68ed2d6

Browse files
committed
💡 update github issue link comments to scipy/scipy-stubs
1 parent e6183f4 commit 68ed2d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎scipy-stubs/fft/_realtransforms.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _FloatND: TypeAlias = onp.ArrayND[np.float32 | np.float64 | np.longdouble]
1313
###
1414

1515
# TODO: Add overloads for specific return dtypes, as discussed in:
16-
# https://github.com/jorenham/scipy-stubs/pull/118#discussion_r1807957439
16+
# https://github.com/scipy/scipy-stubs/pull/118#discussion_r1807957439
1717

1818
def dctn(
1919
x: onp.ToComplexND,

‎scipy-stubs/linalg/_decomp.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _SelectV: TypeAlias = Literal["v", "value", 1]
3838
_SelectI: TypeAlias = Literal["i", "index", 2]
3939

4040
# NOTE: `_check_select()` requires the `select_range` array-like to be of `int{16,32,64}` when `select: _SelectIndex`
41-
# https://github.com/jorenham/scipy-stubs/issues/154
41+
# https://github.com/scipy/scipy-stubs/issues/154
4242
# NOTE: This `select_range` parameter type must be of shape `(2,)` and in nondescending order
4343
_SelectRange: TypeAlias = Sequence[float | _Integer | _Floating]
4444
_SelectRangeI: TypeAlias = Sequence[int | np.int16 | np.int32 | np.int64] # no bool, int8 or unsigned ints

0 commit comments

Comments
 (0)