Skip to content

Commit

Permalink
enhance ut
Browse files Browse the repository at this point in the history
Signed-off-by: Mengni Wang <[email protected]>
  • Loading branch information
mengniwang95 committed Jun 20, 2023
1 parent 636ffd5 commit 13adeab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_smooth_quant(self):
data_reader.rewind()

model = onnx.load(quant_model_path)
self.assertTrue("Mul" in [i.op_type for i in model.graph.node])
self.assertIn("Mul", [i.op_type for i in model.graph.node])


if __name__ == "__main__":
Expand Down

0 comments on commit 13adeab

Please sign in to comment.