Skip to content

Commit f54a897

Browse files
committed
up up
1 parent 9c84279 commit f54a897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/test_pipelines_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_ip_adapter_single(self, expected_max_diff: float = 1e-4, expected_pipe_
279279
self.assertLess(
280280
max_diff_without_adapter_scale,
281281
expected_max_diff,
282-
"Output without ip-adapter must be same as normal inference",
282+
f"Output without ip-adapter must be same as normal inference, exppected {output_without_adapter}, got {output_without_adapter_scale}",
283283
)
284284
self.assertGreater(
285285
max_diff_with_adapter_scale, 1e-2, "Output with ip-adapter must be different from normal inference"

0 commit comments

Comments
 (0)