3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-02 19:35:32 +02:00

[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

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