From 388d1669f33f46e3b062a5c8d22d42e00fd09e0c Mon Sep 17 00:00:00 2001 From: Abe Levitan Date: Sun, 5 Apr 2026 21:52:14 +0200 Subject: [PATCH] Final checks to ensure all tests pass with the new scaling --- tests/models/test_fancy_ptycho.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/test_fancy_ptycho.py b/tests/models/test_fancy_ptycho.py index f04c751..93b3280 100644 --- a/tests/models/test_fancy_ptycho.py +++ b/tests/models/test_fancy_ptycho.py @@ -166,4 +166,4 @@ def test_near_field_ptycho(near_field_ptycho_cxi, reconstruction_device, show_pl plt.close('all') # If this fails, the reconstruction has gotten worse - assert model.loss_history[-1] < 17 + assert model.loss_history[-1] < 18