-
Notifications
You must be signed in to change notification settings - Fork 96
Closed as not planned
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorwontfixIndicates that work won't continue on an issue, pull request, or discussionIndicates that work won't continue on an issue, pull request, or discussion
Description
Bug Report
Description
I've noticed some strange behavior when trying to restrict a query with dj.Top(), and I'm not sure if it's intended or not. The returned query seems to change as the limit argument changes. (See attached screenshot)
Reproducibility
Include:
- OS: Windows
- Python Version: 3.10.19
- DataJoint Version: 0.14.6
Expected Behavior
I would expect the top of the returned query to be the same, regardless of the limit that is set (especially when order_by gets applied)
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorwontfixIndicates that work won't continue on an issue, pull request, or discussionIndicates that work won't continue on an issue, pull request, or discussion