Skip to content

Commit

Permalink
Merge pull request #209 from king-p3nguin/pr-fix-dep-warn
Browse files Browse the repository at this point in the history
Fix deprecation warnings
  • Loading branch information
jcmgray authored Nov 7, 2023
2 parents 028e75f + bbfd4d7 commit 4215ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quimb/linalg/approx_spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import numpy as np
import scipy.linalg as scla
from scipy.ndimage.filters import uniform_filter1d
from scipy.ndimage import uniform_filter1d

from ..core import ptr, prod, vdot, njit, dot, subtract_update_, divide_update_
from ..utils import int2tup, find_library, raise_cant_find_library_function
Expand Down
2 changes: 1 addition & 1 deletion quimb/tensor/tensor_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def HTN_CP_operator_from_products(
tags_all=None,
bond_ind=None,
):
"""Construct a CP form hyper tensor network of the sum of matrix strings:
r"""Construct a CP form hyper tensor network of the sum of matrix strings:
.. math::
Expand Down

0 comments on commit 4215ae2

Please sign in to comment.