mirror of
https://github.com/triqs/dft_tools
synced 2024-11-10 16:13:47 +01:00
[fix] scipy.compress depr -> numpy.compress
This commit is contained in:
parent
4951b15fa4
commit
194cc57714
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user