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()
|
||||||
Loading…
Reference in New Issue
Block a user