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
In processor.region.RegionProcessor.apply we currently check if the list processed_dfs is empty and raise an error if it is.
In addition to this check we need to perform another check to see if the individual frames are longer than 0.
If all of them are 0 we raise an error.
The text was updated successfully, but these errors were encountered:
In
processor.region.RegionProcessor.apply
we currently check if the listprocessed_dfs
is empty and raise an error if it is.In addition to this check we need to perform another check to see if the individual frames are longer than 0.
If all of them are 0 we raise an error.
The text was updated successfully, but these errors were encountered: