From c9702a325b8bc7485f81cfd941fb07c7acaa2995 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Thu, 11 Apr 2019 15:01:39 +0100 Subject: [PATCH] remove old ci.sh --- ci.sh | 3 --- main.py | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 ci.sh diff --git a/ci.sh b/ci.sh deleted file mode 100755 index f584ed9..0000000 --- a/ci.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -python3.6 -mpylint -E main.py common.py products.py -python3.6 -mmypy main.py common.py products.py diff --git a/main.py b/main.py index a700c10..4b79727 100755 --- a/main.py +++ b/main.py @@ -85,6 +85,8 @@ def iter_useful(data_file: str): if not dt.is_bad(): yield dt +# TODO <<< hmm. these files do contain deep and light sleep?? +# also steps stats?? files = [ "/L/Dropbox/backups/jawbone/2015.csv", "/L/Dropbox/backups/jawbone/2016.csv",