Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu-work committed Mar 22, 2024
1 parent e00fd13 commit fac518b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class TestOptimizerUtils(unittest.TestCase):
def test_extract_raw_data_from_model(self):
model = self._get_model_proto_with_raw_data()
model = self._get_model_proto_with_raw_data(False)
external_names, external_values = extract_raw_data_from_model(model)
self.assertEqual(list(external_names), ["inputs"])
self.assertEqual(len(external_values), 1)
Expand Down

0 comments on commit fac518b

Please sign in to comment.