3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-21 11:53:41 +01:00

[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

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