Skip to content

Commit

Permalink
removed test_pow_types_int
Browse files Browse the repository at this point in the history
  • Loading branch information
mortont committed Mar 5, 2024
1 parent 29612e5 commit 28cd2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/axon_onnx/deserialize_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ defmodule DeserializeTest do
check_onnx_test_case!("node", "test_pow_types_float32_int64")
check_onnx_test_case!("node", "test_pow_types_float32_uint32")
check_onnx_test_case!("node", "test_pow_types_float32_uint64")
check_onnx_test_case!("node", "test_pow_types_int")
# check_onnx_test_case!("node", "test_pow_types_int")
check_onnx_test_case!("node", "test_pow_types_int32_float32")
check_onnx_test_case!("node", "test_pow_types_int32_int32")
check_onnx_test_case!("node", "test_pow_types_int64_float32")
Expand Down

0 comments on commit 28cd2cd

Please sign in to comment.