Skip to content

Commit e373c61

Browse files
committed
fix a few things
1 parent 84c3773 commit e373c61

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ onnx-diagnostic: investigate onnx models
1111
.. image:: https://badge.fury.io/py/onnx-diagnostic.svg
1212
:target: http://badge.fury.io/py/onnx-diagnostic
1313

14-
.. image:: http://img.shields.io/github/issues/sdpython/onnx-diagnostic.png
15-
:alt: GitHub Issues
16-
:target: https://github.com/sdpython/onnx-diagnostic/issues
17-
1814
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
1915
:alt: MIT License
2016
:target: https://opensource.org/license/MIT/

_doc/index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@ onnx-diagnostic: investigate onnx models
88
.. image:: https://badge.fury.io/py/onnx-diagnostic.svg
99
:target: http://badge.fury.io/py/onnx-diagnostic
1010

11-
.. image:: http://img.shields.io/github/issues/sdpython/onnx-diagnostic.png
12-
:alt: GitHub Issues
13-
:target: https://github.com/sdpython/onnx-diagnostic/issues
14-
1511
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
1612
:alt: MIT License
1713
:target: https://opensource.org/license/MIT/
1814

19-
.. image:: https://img.shields.io/github/repo-size/sdpython/onnx-diagnostic
20-
:target: https://github.com/sdpython/onnx-diagnostic/
21-
:alt: size
22-
2315
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
2416
:target: https://github.com/psf/black
2517

_unittests/ut_reference/test_backend_onnxruntime_evaluator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
169169
"|test_castlike_UINT4_to_)"
170170
)
171171

172+
backend_test.exclude("(_to_STRING|to_BFLOAT16|STRING_to|BFLOAT16_to)")
173+
172174
backend_test.exclude(
173175
"(test_regex_full_match|"
174176
"test_adagrad|"

0 commit comments

Comments
 (0)