Skip to content

Commit 4215ae2

Browse files
authored
Merge pull request #209 from king-p3nguin/pr-fix-dep-warn
Fix deprecation warnings
2 parents 028e75f + bbfd4d7 commit 4215ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quimb/linalg/approx_spectral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import numpy as np
1010
import scipy.linalg as scla
11-
from scipy.ndimage.filters import uniform_filter1d
11+
from scipy.ndimage import uniform_filter1d
1212

1313
from ..core import ptr, prod, vdot, njit, dot, subtract_update_, divide_update_
1414
from ..utils import int2tup, find_library, raise_cant_find_library_function

quimb/tensor/tensor_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ def HTN_CP_operator_from_products(
821821
tags_all=None,
822822
bond_ind=None,
823823
):
824-
"""Construct a CP form hyper tensor network of the sum of matrix strings:
824+
r"""Construct a CP form hyper tensor network of the sum of matrix strings:
825825
826826
.. math::
827827

0 commit comments

Comments
 (0)