Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiweibo committed Dec 9, 2022
1 parent 8334193 commit 904a3fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_convert_to_mixed_precision(self):
mixed_precision_options, keep_io_types_options, black_list_options
)
for mixed_precision, keep_io_types, black_list in test_configs:
config = f'{mixed_precision=}-{keep_io_types=}-{black_list=}'
config = f'mixed_precision={mixed_precision}-keep_io_types={keep_io_types}-black_list={black_list}'
with self.subTest(
mixed_precision=mixed_precision,
keep_io_types=keep_io_types,
Expand Down

0 comments on commit 904a3fd

Please sign in to comment.