Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time.clock has been deprecated #347

Open
pllim opened this issue Aug 2, 2019 · 1 comment
Open

time.clock has been deprecated #347

pllim opened this issue Aug 2, 2019 · 1 comment

Comments

@pllim
Copy link

pllim commented Aug 2, 2019

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
Copy link
Author

pllim commented Aug 2, 2019

Might be same as vispy/vispy#1659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant