Closed danielsf closed 8 years ago
according to here
http://docstore.mik.ua/orelly/other/python/0596001886_pythonian-chp-17-sect-3.html
lineno
is supposed to represent the line number in the source code raising the warning.
I will make a pull request.
I just had a run of generateCoefficients.py fail with
Consulting the documentation here
https://docs.python.org/2/library/warnings.html#warnings.showwarning
it looks like
showwarning()
requires alineno
argument (though it is not specified whatlineno
means, or why the warning cannot just be appended to the end of the file)