Skip to content

Commit c730fab

Browse files
Satisfy black...
1 parent 8706b1a commit c730fab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dynophores/viz/view3d/interactive.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ def _add_dynophore(
158158
f"but is {frame_range}."
159159
)
160160
cloud = cloud[
161-
(cloud["frame_ix"] >= frame_range[0])
162-
& (cloud["frame_ix"] <= frame_range[1])
161+
(cloud["frame_ix"] >= frame_range[0]) & (cloud["frame_ix"] <= frame_range[1])
163162
]
164163

165164
# Use color saturation to indicate frame index per point

0 commit comments

Comments
 (0)