Fix reading filtered state by maximpavliv · Pull Request #2844 · DeepLabCut/DeepLabCut
In the Create Video tab in the GUI, unfiltered videos could not be created because of an incorrect reading of the "Use filtered data" checkbox state.
This PR fixes this bug
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maximpavliv Looks good to me, thanks! Did you check if there's anywhere else in the code that we're using checkState()?
@n-poulsen You're right, this error was present in a few other places. Fixed them as well and refactored a bit, can you review again please?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
n-poulsen
deleted the
maxim/fix_reading_filtered_checkbox_state
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters