Skip to content

Commit 510c667

Browse files
committed
eanble dtype check by default for test
1 parent 0f1e942 commit 510c667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backend_test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _run_backend(self, g, outputs, input_dict):
9393

9494
def run_test_case(self, feed_dict, input_names_with_port, output_names_with_port, rtol=1e-07, atol=0.,
9595
convert_var_to_const=True, constant_fold=True, check_value=True, check_shape=False,
96-
check_dtype=False, process_args=None, onnx_feed_dict=None):
96+
check_dtype=True, process_args=None, onnx_feed_dict=None):
9797
# optional - passed to process_tf_graph
9898
if process_args is None:
9999
process_args = {}

0 commit comments

Comments
 (0)