Black preview (#17217)
* Black preview * Fixup too! * Fix check copies * Use the same version as the CI * Bump black
This commit is contained in:
@@ -219,7 +219,10 @@ class TFConvNextModelTest(TFModelTesterMixin, unittest.TestCase):
|
||||
else:
|
||||
self.assertTrue(
|
||||
all(tf.equal(tuple_object, dict_object)),
|
||||
msg=f"Tuple and dict output are not equal. Difference: {tf.math.reduce_max(tf.abs(tuple_object - dict_object))}",
|
||||
msg=(
|
||||
"Tuple and dict output are not equal. Difference:"
|
||||
f" {tf.math.reduce_max(tf.abs(tuple_object - dict_object))}"
|
||||
),
|
||||
)
|
||||
|
||||
recursive_check(tuple_output, dict_output)
|
||||
|
||||
Reference in New Issue
Block a user