Skip to content

Commit

Permalink
fix test_concat_threshold name
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Apr 25, 2024
1 parent e5cd085 commit dfd1bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def test_bn_attributes_quantization(self):
BNAttributesQuantization(self, quantize_linear=False).run_test()
BNAttributesQuantization(self, quantize_linear=True).run_test()

def concat_threshold_test(self):
def test_concat_threshold(self):
ConcatThresholdtest(self).run_test()

def test_metadata(self):
Expand Down

0 comments on commit dfd1bf4

Please sign in to comment.