summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_regression.py
Commit message (Collapse)AuthorAgeFilesLines
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-0/+2
|
* TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-091-0/+32
This checks that the compilation works and that the expected error is raised when non-contiguous arrays are passed as intent(in out).