Skip to content

Commit 1c4d95a

Browse files
committed
update python readme
1 parent 2339390 commit 1c4d95a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Python/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ For example, in terminal type in
3434

3535
python test_script.py *.ply file location* --result --runtime --visualize
3636

37-
Note the first run of the code tends to be longer, since the JIT will translate the Python and NumPy code into fast machine code (and will be cached).
38-
37+
Note the first run of the code takes longer, since the JIT will translate the Python and NumPy code into fast machine code (and will be cached for futher calls).

0 commit comments

Comments
 (0)