We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045b758 commit 70c36a6Copy full SHA for 70c36a6
examples/protein/example_protein.py
@@ -102,7 +102,7 @@ def run():
102
# print(f"finished frame {frame}")
103
endQuery = time.time()
104
105
- print(f"readin time {endReadIn-startReadIn}")
+ print(f"read in time {endReadIn-startReadIn}")
106
print(f"query loop time {endQuery-endReadIn}")
107
print(f"query time last run {endQueryTime-startQueryTime}")
108
0 commit comments