From 571981b967f7d56d095e89c69ae388ffc0ebb69f Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Mon, 24 Apr 2023 11:24:00 -0400 Subject: [PATCH] black . --- tests/integration_tests/test_shell_beam_comp.py | 4 +--- tests/integration_tests/test_shell_comp_unbalanced.py | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) 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,