dattalab / moseq2-extract

Here it comes...
Other
3 stars 4 forks source link

fix: incorrect if statement for manual depth range #139

Closed versey-sherry closed 3 years ago

versey-sherry commented 3 years ago

Issue being fixed or feature implemented

@jonahpearl found this bug in the if statement. The intended behavior should be when this flag is set to False, the if condition is evaluated to True, the bug is caused by failing to do that.

What was done?

I corrected the if statement

How Has This Been Tested?

Locally on Jonah's data and CI

Breaking Changes

NA

Checklist: