Skip to content

Commit

Permalink
[fix] scipy.compress depr -> numpy.compress
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jan 22, 2024
1 parent 4951b15 commit 194cc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/triqs_dft_tools/sumk_dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
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


Expand Down

0 comments on commit 194cc57

Please sign in to comment.