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
Was trying to run through tutorials/transform_split.ipynb and noticing a couple of issues.
Easy to fix - when detect_vertical_lines( ) calls split_img( ), an incorrect keyword is used (split instead of n_split) which raises an error
More involved fix - IndexError is raised when detectoutliers( ) is called by detect_vertical_lines( )in line 364. The error is triggered by line 125 in detectoutliers( ). Not sure what is causing this.
The text was updated successfully, but these errors were encountered:
Was trying to run through tutorials/transform_split.ipynb and noticing a couple of issues.
detect_vertical_lines( )
callssplit_img( )
, an incorrect keyword is used (split
instead ofn_split
) which raises an errorIndexError
is raised whendetectoutliers( )
is called bydetect_vertical_lines( )
in line 364. The error is triggered by line 125 indetectoutliers( )
. Not sure what is causing this.The text was updated successfully, but these errors were encountered: