9 Commits

Author SHA1 Message Date
Scott Talbert
b671bef2ab Fix a few numpy renames missed in 95cafd1 2025-02-09 22:12:37 -05:00
Steve Kowalik
b1d5cb708c Replace N.alltrue() with N.all()
Building on the excellent work in f7d1d818, replace the two uses of
N.alltrue() with N.all(), since the former has been removed in numpy
2.0. Also replace uses of float_ with float64.
2024-08-30 10:19:22 +10:00
Scott Talbert
9337a8d257 tests: Replace deprecated numpy float and unittest calls in floatcanvas 2021-12-30 14:59:38 -05:00
Metallicow
9568103974 Trim trailing space unittests directory 2016-12-05 16:19:11 -06:00
Robin Dunn
bb01dc0d7f Use absolute import of wtc in the unittest modules, instead of depending on them being run as __main__ and getting the folder on the sys.path by default. 2016-06-30 16:49:19 -07:00
Robin Dunn
56382234b4 Merge pull request #63 from swt2c/fix_floatcanvas_bbox_tests
Remove stray print() from floatcanvas bbox tests - it was causing an …
2016-05-09 18:41:47 -07:00
Robin Dunn
4f38ee259d Remove imp_unittest 2016-05-07 19:16:28 -07:00
Scott Talbert
b96521f7b3 Remove stray print() from floatcanvas bbox tests - it was causing an Exception 2016-04-05 22:37:41 -04:00
Werner F Bruhin
871241c66b - refactor of FloatCanvas package, unittest and demo run on Py27 and Py33 2014-06-05 11:09:18 +02:00