summaryrefslogtreecommitdiff
path: root/tests/float/float_array.py
AgeCommit message (Collapse)Author
2017-06-08tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George
The latter is shorter and simpler because it doesn't require importing the sys module.
2017-03-09tests/float: Make various tests skippable.Paul Sokolovsky
2015-09-11stmhal: fix single precision float printing errorDave Hylands
Fixes #1435.
2014-11-21py: Add support for float/double arrays in array module.Damien George
Addresses issue #981.