Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Apr 24, 2023
1 parent 3406b95 commit 571981b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tests/integration_tests/test_shell_beam_comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tests/integration_tests/test_shell_comp_unbalanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 571981b

Please sign in to comment.