diff --git a/tests/integration_tests/test_shell_beam_comp.py b/tests/integration_tests/test_shell_beam_comp.py index d10988a8e..d722bc5f4 100644 --- a/tests/integration_tests/test_shell_beam_comp.py +++ b/tests/integration_tests/test_shell_beam_comp.py @@ -9,9 +9,7 @@ and test KSFailure, StructuralMass, and Compliance functions and sensitivities """ -FUNC_REFS = np.array( - [5812.5, 63907185.558059536, 12.21799417804536, 23.51274876481848] -) +FUNC_REFS = np.array([5812.5, 63907185.558059536, 12.21799417804536, 23.51274876481848]) # Length of plate in x/y direction Lx = 10.0 diff --git a/tests/integration_tests/test_shell_comp_unbalanced.py b/tests/integration_tests/test_shell_comp_unbalanced.py index 75e89753f..4f827fcbe 100644 --- a/tests/integration_tests/test_shell_comp_unbalanced.py +++ b/tests/integration_tests/test_shell_comp_unbalanced.py @@ -71,7 +71,9 @@ def setup_tacs_problems(self, comm): for problem in tacs_probs: problem.addFunction("mass", functions.StructuralMass) problem.addFunction("compliance", functions.Compliance) - problem.addFunction("ks_TsaiWufailure", functions.KSFailure, ksWeight=ksweight) + problem.addFunction( + "ks_TsaiWufailure", functions.KSFailure, ksWeight=ksweight + ) problem.addFunction( "x_disp", functions.KSDisplacement,