Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 425bf71fc0b24b547006686d83404c54b983de0b
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