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

Commit

Permalink
Update test_onnx_grammar_translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 20, 2020
1 parent eea3ba4 commit d273fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _unittests/ut_onnx_grammar/test_onnx_grammar_translate.py
Expand Up @@ -328,6 +328,7 @@ def trs(x):
onnx_code = translate_fct2onnx(
trs, context={'numpy.transpose': numpy.transpose},
output_names=['Z'])
self.assertIn('OnnxNeg', onnx_code)

fct = translate_fct2onnx(
trs, context=None, cpl=True, output_names=['Z'])
Expand Down

0 comments on commit d273fd3

Please sign in to comment.