You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
In some places if segs: is incorrectly used in place of if segs is not None:. We have fixed the instances in preproc_utils.py and found no instances of it in postproc_utils.py but haven't checked any of the other files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some places
if segs:
is incorrectly used in place ofif segs is not None:
. We have fixed the instances inpreproc_utils.py
and found no instances of it inpostproc_utils.py
but haven't checked any of the other files.The text was updated successfully, but these errors were encountered: