Skip to content

Commit

Permalink
remove caps2tacs openmdao component (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-engelstad authored Sep 3, 2024
1 parent 2d51038 commit 37ea8e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 207 deletions.
6 changes: 0 additions & 6 deletions tacs/caps2tacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
if caps_loader is not None:
from .tacs_model import *

openmdao_loader = importlib.util.find_spec("openmdao")

# import the openmdao component only if available to load
if openmdao_loader is not None:
from .tacs_component import *

from .gif_writer import *
from .analysis_function import *
from .constraints import *
Expand Down
201 changes: 0 additions & 201 deletions tacs/caps2tacs/tacs_component.py

This file was deleted.

0 comments on commit 37ea8e1

Please sign in to comment.