From 473e950219cf05ca88b1b140a8c082baef1c4a55 Mon Sep 17 00:00:00 2001 From: Braden Date: Mon, 25 Mar 2024 11:37:21 -0600 Subject: [PATCH] Fixed black formatting --- opencsp/app/sofast/test/test_ProcessSofastFixed.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/opencsp/app/sofast/test/test_ProcessSofastFixed.py b/opencsp/app/sofast/test/test_ProcessSofastFixed.py index 6ecfe5800..6c5302872 100644 --- a/opencsp/app/sofast/test/test_ProcessSofastFixed.py +++ b/opencsp/app/sofast/test/test_ProcessSofastFixed.py @@ -82,8 +82,9 @@ def test_save_figure(self): def test_slopes_xy(self): """Tests slope data""" - np.testing.assert_allclose(self.process_sofast_fixed.data_slope_solver.slopes_facet_xy, - self.exp_slopes_xy, rtol=0, atol=1e-6) + np.testing.assert_allclose( + self.process_sofast_fixed.data_slope_solver.slopes_facet_xy, self.exp_slopes_xy, rtol=0, atol=1e-6 + ) if __name__ == '__main__':