Skip to content

Commit

Permalink
Merge pull request #129 from vpython/bruce_fixes_nov_15_20
Browse files Browse the repository at this point in the history
remove debug line + add language_level to cyvector.pyx
  • Loading branch information
sspickle committed Nov 16, 2020
2 parents 9e6782f + 861b55b commit 139924a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vpython/cyvector.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# cython: language_level=3

from random import random

# List of names imported from this module with import *
Expand Down
1 change: 0 additions & 1 deletion vpython/rate_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def _sleep(dt):
return
tend = _clock()+dt
while _clock() < tend:
print (tend- _clock(),tend)
pass

class simulateDelay:
Expand Down

0 comments on commit 139924a

Please sign in to comment.