Skip to content

Commit

Permalink
Fix docstring test
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Oct 10, 2023
1 parent ebc96ed commit 555333c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions audonnx/core/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ def create_model_proto(
Examples:
>>> create_model_proto([[2]])
ir_version: 8
ir_version: 9
opset_import {
version: 14
}
producer_name: "test"
graph {
node {
Expand Down Expand Up @@ -172,9 +175,6 @@ def create_model_proto(
}
}
}
opset_import {
version: 14
}
<BLANKLINE>
.. _`supported data types`: https://onnxruntime.ai/docs/reference/operators/custom-python-operator.html#supported-data-types
Expand Down

0 comments on commit 555333c

Please sign in to comment.