Skip to content

Commit

Permalink
Added __all__ from direct_collocation and utils to package namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jul 23, 2024
1 parent bd0ef0e commit 0248f29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opty/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from .version import __version__
from .direct_collocation import *
from .utils import *
5 changes: 5 additions & 0 deletions opty/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
import_kwargs={'fromlist': ['']},
catch=(RuntimeError,))

__all__ = [
'parse_free',
'create_objective_function',
]


def _forward_jacobian(expr, wrt):

Expand Down

0 comments on commit 0248f29

Please sign in to comment.