You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the most recent 2.2.x cthyb version I get a warning that makes not much sense. I think there was a mistake made in commit 7a7ad09 . The warning is:
WARNING: cthyb.solve parameter measure_G_l is deprecated use measure_G_l.
WARNING: cthyb.solve parameter measure_G_tau is deprecated use measure_G_tau.
In the most recent 2.2.x cthyb version I get a warning that makes not much sense. I think there was a mistake made in commit 7a7ad09 . The warning is:
This is not really meaningful, as it tells me to use the same key as I already used. Moreover, this should be the correct solver parameter according to https://triqs.github.io/cthyb/latest/reference/solve_parameters.html . I think recently the
measure_G_l
was renamed frommeasure_g_l
tomeasure_G_l
, and there was a warning implemented if not changed properly. Maybe, in the last commit this was also mistakenly changed in the warning of https://github.com/TRIQS/cthyb/blob/4fc601eaa4ec8853d2633ef680c6ce62671668d9/python/triqs_cthyb/solver.py/ . Could someone have a look?Thanks,
Alex
The text was updated successfully, but these errors were encountered: