Damien George
|
fde54350a8
|
tests/float: Convert "sys.exit()" to "raise SystemExit".
The latter is shorter and simpler because it doesn't require importing the
sys module.
|
2017-06-08 14:00:57 +10:00 |
Paul Sokolovsky
|
a0cbc108ba
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
Dave Hylands
|
9d6128acdc
|
stmhal: fix single precision float printing error
Fixes #1435.
|
2015-09-11 23:09:50 +03:00 |
Damien George
|
c9f8f653ad
|
py: Add support for float/double arrays in array module.
Addresses issue #981.
|
2014-11-21 18:16:25 +00:00 |