Oupsy
This commit is contained in:
parent
44b6a8b450
commit
ad64ac0e2a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user