-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Line 145 in 6d24bda
| elif isinstance(sortinfo, Sortinfo): # Allow Sortinfo instances |
If sortinfo is of type EventSortinfo or InstanceSortinfo, the check fails and we end up with PydmrsTypeError: unsupported type for sortinfo. Something is wrong with how the inheritance is set up.
This shows up when you're custom building a Node from scratch, I haven't encountered it in other scenarios.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels