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

This commit is contained in:
Alexander Hampel 2024-01-30 13:08:03 -05:00
parent 893873dbcf
commit 156f23e499
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ from .symmetry import *
from .block_structure import BlockStructure
from itertools import product
from warnings import warn
from scipy import compress
from numpy import compress
from scipy.optimize import minimize