Skip to content

Commit

Permalink
Removed stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 21, 2019
1 parent 3a8c6b2 commit 1c33a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holoviews/tests/plotting/bokeh/testelementplot.py
Expand Up @@ -319,7 +319,6 @@ def test_cftime_transform_gregorian_no_warn(self):
cftime.DatetimeGregorian(2000, 3, 2)]
curve = Curve((gregorian_dates, [1, 2, 3]))
plot = bokeh_renderer.get_plot(curve)
print(plot.handles['cds'].data)
xs = plot.handles['cds'].data['x']
self.assertEqual(xs.astype('int64'),
np.array([951696000000, 951868800000, 951955200000]))
Expand Down

0 comments on commit 1c33a56

Please sign in to comment.