======================================================================
ERROR: test_text_plot (chaco.tests.test_plot.PlotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\rporuri\.edm\envs\chaco-test\lib\site-packages\chaco\tests\test_plot.py", line 117, in test_text_plot
gc = PlotGraphicsContext((250, 250))
File "C:\Users\rporuri\.edm\envs\chaco-test\lib\site-packages\chaco\plot_graphics_context.py", line 42, in __init__
size_or_ary, *args, **kw
File "C:\Users\rporuri\.edm\envs\chaco-test\lib\site-packages\kiva\celiagg.py", line 93, in __init__
buffer = np.zeros(shape, dtype=np.uint8)
TypeError: 'float' object cannot be interpreted as an integer
----------------------------------------------------------------------
A number of errors were observed in the testsuite when
ETS_TOOLKIT=qt.celiagg, Note that these failures were observed on windows.The culprit seems to be
size_or_aryin thePlotGraphicsContextMixinobject.chaco/chaco/plot_graphics_context.py
Lines 35 to 43 in d3b7c37