-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi!
I was doing some work with plotting and noticed a possible bug in plot_transition_graph_group and visualize_transition_bigram in analysis.py. Both methods indicate that you select groups by name, however lines
keypoint-moseq/keypoint_moseq/analysis.py
Line 1472 in 4fef46e
| trans_mats[i][:max_syllables, :max_syllables], |
and
keypoint-moseq/keypoint_moseq/analysis.py
Line 1578 in 4fef46e
| G = nx.from_numpy_array(trans_mats[i] * 100) |
Just wanted to point this out in case it's a bug.
Metadata
Metadata
Assignees
Labels
No labels