Skip to content

Commit dfd4159

Browse files
author
Jason Munro
authored
Merge pull request #26 from atomic-data-sciences/release
Linting and release
2 parents 70b25af + 9684ffc commit dfd4159

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/atomicds/results/rheed_image.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ def merge_overlaps(node_df):
368368
x,
369369
new_df["mask_height"].iloc[0], # type: ignore # noqa: PGH003
370370
new_df["mask_width"].iloc[0], # type: ignore # noqa: PGH003
371-
)["counts"]
371+
)[
372+
"counts"
373+
]
372374

373375
new_df = new_df.groupby("node_id").agg(agg_dict).reset_index(drop=True)
374376

0 commit comments

Comments
 (0)