Skip to content

Commit 8f92c44

Browse files
committed
formatting with ruff
1 parent 85fd08f commit 8f92c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iglu_python/sd_roc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def sd_roc(
103103
for subject_id, group in data.groupby("id"):
104104
sd_roc_value = sd_roc_single(group["gl"], timelag, dt0, inter_gap, tz)
105105
results.append({"id": subject_id, "sd_roc": sd_roc_value})
106-
106+
107107
out = pd.DataFrame(results)
108108
return out
109109

0 commit comments

Comments
 (0)