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