There was an error while loading. Please reload this page.
1 parent 8706b1a commit c730fabCopy full SHA for c730fab
1 file changed
dynophores/viz/view3d/interactive.py
@@ -158,8 +158,7 @@ def _add_dynophore(
158
f"but is {frame_range}."
159
)
160
cloud = cloud[
161
- (cloud["frame_ix"] >= frame_range[0])
162
- & (cloud["frame_ix"] <= frame_range[1])
+ (cloud["frame_ix"] >= frame_range[0]) & (cloud["frame_ix"] <= frame_range[1])
163
]
164
165
# Use color saturation to indicate frame index per point
0 commit comments