Fix: Remove bugs and improve stability
This commit is contained in:
parent
927d52f588
commit
60fb9549fd
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ PYTHON="./.venv/bin/python"
|
||||
|
||||
ensure_env:
|
||||
-@python3 -m venv .venv
|
||||
$(PYTHON) -m pip install dataset
|
||||
$(PYTHON) -m pip install dataset matplotlib
|
||||
|
||||
merge:
|
||||
$(PYTHON) merge.py
|
||||
|
4
plot.py
4
plot.py
@ -248,7 +248,9 @@ if __name__ == "__main__":
|
||||
|
||||
g.write(f"**{label}**: ```{result[day]}```\n\n")
|
||||
f.write(f"**{label}**: ```{result[day]}```\n\n")
|
||||
|
||||
|
||||
print("Duration: {}".format(time.time() - time_start))
|
||||
exit()
|
||||
import json
|
||||
for file in pathlib.Path(".").glob("logs_plain/*.txt"):
|
||||
print("Working on: {}".format(file))
|
||||
|
Loading…
Reference in New Issue
Block a user