Skip to content

Commit 90200e3

Browse files
committed
bugfix: pre and post weren't being passed to sample_instances
1 parent 45734c8 commit 90200e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

keypoint_moseq/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,8 @@ def get_typical_trajectories(
12051205
coordinates=coordinates,
12061206
centroids=centroids,
12071207
headings=headings,
1208+
pre=pre,
1209+
post=post,
12081210
**sampling_options,
12091211
)
12101212
else:

0 commit comments

Comments
 (0)