[fix] scipy.compress depr -> numpy.compress

This commit is contained in:
Alexander Hampel 2024-01-22 15:13:44 -05:00
parent 4951b15fa4
commit 194cc57714
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ from .block_structure import BlockStructure
from .util import compute_DC_from_density
from itertools import product
from warnings import warn
from scipy import compress
from numpy import compress
from scipy.optimize import minimize, newton, brenth