Skip to content

Commit

Permalink
more black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Feb 10, 2023
1 parent 61e75b1 commit 03676ce
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 96 deletions.
1 change: 0 additions & 1 deletion tacs/problems/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class TACSProblem(BaseUI):
def __init__(
self, assembler, comm, outputViewer=None, meshLoader=None, isNonlinear=False
):

# TACS assembler object
self.assembler = assembler
# TACS F5 output writer
Expand Down
2 changes: 0 additions & 2 deletions tacs/problems/modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@


class ModalProblem(TACSProblem):

# Default Option List
defaultOptions = {
"outputDir": [str, "./", "Output directory for F5 file writer."],
Expand Down Expand Up @@ -511,7 +510,6 @@ def writeSolution(self, outputDir=None, baseName=None, number=None, indices=None

# Unless the writeSolution option is off write actual file:
if self.getOption("writeSolution"):

# If indices is None, output all modes
if indices is None:
indices = np.arange(self.numEigs)
Expand Down
Loading

0 comments on commit 03676ce

Please sign in to comment.