Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 526 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

20 lines (13 loc) · 526 Bytes

<<Please describe the issue in detail here, and for bug reports fill in the fields below.>>

Reproducing code example:

<<A short code example that reproduces the problem. It should be self-contained, i.e., possible to run as-is via 'python myproblem.py'>>

Error message:

<<Full error message, if any (starting from line Traceback: ...)>>

Scipy/Numpy/Python version information:

<<Output from 'import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info)'>>