Merge pull request #26 from camelot-dev/fix-25

[MRG] Update flavor kwargs
pull/30/head
Vinayak Mehta 2019-07-06 23:42:09 +05:30 committed by GitHub
commit 098f7c6727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def download_url(url):
return filepath
stream_kwargs = ["columns", "row_tol", "column_tol"]
stream_kwargs = ["columns", "edge_tol", "row_tol", "column_tol"]
lattice_kwargs = [
"process_background",
"line_scale",
@ -114,6 +114,7 @@ lattice_kwargs = [
"threshold_blocksize",
"threshold_constant",
"iterations",
"resolution",
]