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
With the latest version of pytest we get
`onnxscript/rewriter/ort_fusions/cos_sin_cache_test.py::test_case_1 -
Failed: Expected None, but test returned
<onnxscript.rewriter.ort_fusions.models._rotary_embedding_models._TestCase1
object at 0x117c920d0>. Did you mean to use `assert` instead of
`return`?`
This is because the imported functions `test_case_1` and `test_case_2`
are not really test cases but were treated as such by pytest. This PR
hides them from the test module so they are not triggered.
0 commit comments