-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from thomaswmorris/friendly-dofs-and-objs
More user-friendly controls
- Loading branch information
Showing
32 changed files
with
1,293 additions
and
1,112 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
from . import utils # noqa F401 | ||
from ._version import get_versions | ||
from .agent import Agent # noqa F401 | ||
from .dofs import DOF # noqa F401 | ||
from .objectives import Objective # noqa F401 | ||
|
||
__version__ = get_versions()["version"] | ||
del get_versions |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +0,0 @@ | ||
from .agent import * # noqa F401 | ||
from .dofs import * # noqa F401 | ||
from .objectives import * # noqa F401 | ||
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.