Skip to content

Commit

Permalink
Fixed black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Mar 25, 2024
1 parent 83ff822 commit 473e950
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opencsp/app/sofast/test/test_ProcessSofastFixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__':
Expand Down

0 comments on commit 473e950

Please sign in to comment.