Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 66a9fb40efe1311b34a3cee3f83f10c6990759af
commit | author | age
425bf7 1 #!/bin/bash
JK 2 python3 1_extract.py > ./1_data/tosplit
3 csplit --digits=2 --suppress-matched --elide-empty-files --prefix=./1_data/xx ./1_data/tosplit '/^---$/' '{*}'
4 rm ./1_data/tosplit