Skip to content

Instantly share code, notes, and snippets.

@vishalapte
vishalapte / kminit.sh
Created October 20, 2023 03:42
Kobayashi Maru configuration
cd ~/
git clone https://github.com/eninedev/kobayashi-maru.git techtest
cd techtest
git submodule update --init
python3.8 -m venv venv
source venv/bin/activate
pip install -r config/requirements.txt
python manage.py migrate
python manage.py check
echo ""
dtm volume
2020-01-01 00:00:00 0.0
2020-01-01 01:00:00 0.0
2020-01-01 02:00:00 0.0
2020-01-01 03:00:00 0.0
2020-01-01 04:00:00 0.0
2020-01-01 05:00:00 0.0
2020-01-01 06:00:00 0.0
2020-01-01 07:00:00 0.0
2020-01-01 08:00:00 0.0
datetime value
2019-10-31 00:00:00 0.8430180331124575
2019-10-31 01:00:00 0.7826086311709635
2019-10-31 02:00:00 0.7663880412254971
2019-10-31 03:00:00 0.7634241319212418
2019-10-31 04:00:00 0.8012377023144415
2019-10-31 05:00:00 0.8043293901229134
2019-10-31 06:00:00 0.8916101786178693
2019-10-31 07:00:00 1.1688269710885222
2019-10-31 08:00:00 0.9969369552468788