-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding new mphys wrapper and removing the old openmdao wrappers (#196)
* adding new mphys wrapper and removing the old openmdao wrappers * flake fixes * more flake fixes * black fix * use setuptools.find_packages * added mphys wrapper dependencies in extras_require Co-authored-by: Neil Wu <neilwu0626@gmail.com>
- Loading branch information
Showing
9 changed files
with
1,283 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .mphys_adflow import ADflowBuilder | ||
|
||
__all__ = ["ADflowBuilder"] |
Oops, something went wrong.