Refactor all and add some tests for the calculations

This commit is contained in:
2026-01-15 16:12:08 +01:00
parent cc3371b73b
commit 2d067013b4
11 changed files with 161 additions and 102 deletions

View File

@@ -1,5 +1,10 @@
default: sim
sim:
uv run python simulation.py
test:
uv run python -m unittest discover -v
sync:
rsync -r --exclude=venv ~/solarmotor guest@hahn1.one: