feat: add root entry point for the experiment
chore: add missing newline in ht.py
This commit is contained in:
parent
2833af077e
commit
a7cdcd99b9
6
lomakinae/docs/data/01/main.py
Normal file
6
lomakinae/docs/data/01/main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
from src.experiment import main_experiment
|
||||||
|
from src.plot import build_plots
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main_experiment()
|
||||||
|
build_plots()
|
||||||
|
|
@ -31,4 +31,4 @@ def ht_list_all(buckets):
|
||||||
records = []
|
records = []
|
||||||
for head in buckets:
|
for head in buckets:
|
||||||
records.extend(ll_list_all(head))
|
records.extend(ll_list_all(head))
|
||||||
return sorted(records)
|
return sorted(records)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user