This commit is contained in:
Alban Bronisz 2021-11-21 15:33:10 +01:00
parent 44b6a8b450
commit ad64ac0e2a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def generate_html_report(sqlite_fn: Path, html_fn: Path):
dfs = pd.DataFrame()
for i in INTERVALS:
dfi = df[::i].copy()
breakpoint()
# dfi["granu"] = i
dfs = dfs.append(dfi)