Closed tdaff closed 11 years ago
Original report by Peter Boyd (Bitbucket: pboyd, GitHub: pboyd).
brought forward and never tested were the use of warn messages in the functions charges_from_gulp(), charges_from_egulp() and parse_qeq_params(). These should be replaced with warning see lines 1781, 1802, and 3509 of the current version.
warn
charges_from_gulp()
charges_from_egulp()
parse_qeq_params()
warning
Original comment by Tom Daff (Bitbucket: tdaff, GitHub: tdaff).
warn( should be replaced by warning(
closes #52
Original report by Peter Boyd (Bitbucket: pboyd, GitHub: pboyd).
brought forward and never tested were the use of
warn
messages in the functionscharges_from_gulp()
,charges_from_egulp()
andparse_qeq_params()
. These should be replaced withwarning
see lines 1781, 1802, and 3509 of the current version.