Skip to content

Commit

Permalink
add verbosity flag to failing check
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Aug 30, 2023
1 parent 2a9518e commit b326ee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/regression/yaw_misalignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,10 @@ def check_simulation_results_yaw_misalignment_with_UQ(self):
calculated_yaw_mis_results_95ci_ws = self.analysis.yaw_misalignment_95ci_ws

nptest.assert_array_almost_equal(
expected_yaw_mis_results_95ci_ws, calculated_yaw_mis_results_95ci_ws, decimal=5
expected_yaw_mis_results_95ci_ws,
calculated_yaw_mis_results_95ci_ws,
decimal=5,
verbose=True,
)

def check_simulation_results_yaw_misalignment_with_UQ_new_params(self):
Expand Down

0 comments on commit b326ee3

Please sign in to comment.