Oupsy
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user