Skip to content

Commit

Permalink
Style updates (sandialabs#14)
Browse files Browse the repository at this point in the history
black formatting + file renaming
  • Loading branch information
kbonney authored Aug 2, 2023
1 parent f1feed3 commit 1dc5f62
Show file tree
Hide file tree
Showing 55 changed files with 12,733 additions and 7,336 deletions.
1,008 changes: 1,008 additions & 0 deletions examples/example_data/IEA-15-240-RWT.yaml

Large diffs are not rendered by default.

1,415 changes: 1,415 additions & 0 deletions examples/example_data/IEA-22-280-RWT.yaml

Large diffs are not rendered by default.

654 changes: 654 additions & 0 deletions examples/example_data/myBlade_modified.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def check_style(session):
@nox.session
def enforce_style(session):
session.install("black")
session.run("black")
session.run("black", "src")
4 changes: 1 addition & 3 deletions src/pynumad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
from pynumad.objects.Subobjects import MatDBentry, BOM, Ply, Layer, Shearweb
from pynumad.io.mesh_to_yaml import mesh_to_yaml

from pynumad import io
from pynumad import objects
from pynumad import shell
from pynumad import utils
from pynumad import analysis


__version__ = '0.0.1'
__version__ = "0.0.1"

__copyright__ = """Copyright 2023 National Technology & Engineering
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525
Expand Down
2 changes: 1 addition & 1 deletion src/pynumad/analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from pynumad.analysis import ansys
from pynumad.analysis import cubit
from pynumad.analysis import cubit
Loading

0 comments on commit 1dc5f62

Please sign in to comment.