projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad1043
)
Update.
author
François Fleuret
<francois@fleuret.org>
Tue, 25 Jun 2024 19:39:25 +0000
(21:39 +0200)
committer
François Fleuret
<francois@fleuret.org>
Tue, 25 Jun 2024 19:39:25 +0000
(21:39 +0200)
sky.py
patch
|
blob
|
history
diff --git
a/sky.py
b/sky.py
index
3584beb
..
ac6cbdc
100755
(executable)
--- a/
sky.py
+++ b/
sky.py
@@
-371,7
+371,7
@@
if __name__ == "__main__":
start_time = time.perf_counter()
seq, it = sky.generate_seq(nb=64, return_iterations=True)
delay = time.perf_counter() - start_time
- print(f"{seq.size(0)/delay:02f} s
amples
/s")
+ print(f"{seq.size(0)/delay:02f} s
eq
/s")
print(sky.seq2str(seq[:4]))