Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 19, 2019
1 parent f19df34 commit 2cde248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _doc/sphinxdoc/source/_exts/generate_automated_pages.py
Expand Up @@ -100,7 +100,8 @@ def write_page_onnxrt_benches(app, runtime, skip=None, white_list=None):
opset_cols.sort(reverse=True)
opset_cols = [oc[1] for oc in opset_cols]
new_cols = opset_cols[:1]
bench_cols = ["RT/SKL-N=1", "N=10", "N=100", "N=1000", "N=10000", "N=100000"]
bench_cols = ["RT/SKL-N=1", "N=10", "N=100",
"N=1000", "N=10000", "N=100000"]
new_cols.extend(["ERROR-msg", "name", "problem", "scenario"])
new_cols.extend(bench_cols)
new_cols.extend(opset_cols[1:])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -299,4 +299,4 @@ def write_version():
'sklapi': ['scikit-learn>=0.21'],
'onnx_val': ['scikit-learn>=0.21', 'skl2onnx>=1.5.0'],
},
)
)

0 comments on commit 2cde248

Please sign in to comment.