glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

time.clock has been deprecated #347

Open pllim opened 4 years ago

pllim commented 4 years ago

While testing ejeschke/glue-ginga#30 , I encountered this message:

glue_ginga/qt/tests/test_viewer_widget.py::TestGingaViewer::test_single_draw_call_on_create
  C:\...\vispy\util\ptime.py:35: DeprecationWarning: time.clock has been deprecated in
Python 3.3 and will be removed from Python 3.8:
use time.perf_counter or time.process_time instead
    cstart = systime.clock()  # Required to start the clock in windows
glue-vispy-viewers        0.12.2                     py_0    glueviz
pllim commented 4 years ago

Might be same as vispy/vispy#1659