Skip to content

Commit

Permalink
Correct error in solve params deprecation warning Fix #124
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Nov 14, 2019
1 parent 2692393 commit fd31423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/triqs_cthyb/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def solve(self, **params_kw):
# -- Deprecation checks for measure parameters

depr_params = dict(
measure_G_tau='measure_G_tau',
measure_G_l='measure_G_l',
measure_g_tau='measure_G_tau',
measure_g_l='measure_G_l',
)

for key in depr_params.keys():
Expand Down

0 comments on commit fd31423

Please sign in to comment.