Skip to content

Commit

Permalink
update python readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmlklwx committed May 9, 2022
1 parent 2339390 commit 1c4d95a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ For example, in terminal type in

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

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).

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 comments on commit 1c4d95a

Please sign in to comment.