tudatpy icon indicating copy to clipboard operation
tudatpy copied to clipboard

Lean kernel exposure

Open alopezrivera opened this issue 9 months ago • 0 comments

This PR simplifies the tudat kernel exposure in tudatpy:

Exposure

Explicit kernel exposure with Python wrappers deprecated in favor of exposure by modifying sys.path after importing the compiled tudatpy.kernel module

Autocompletions

Achieved by the use of stubs, generated at compile-time using mypy.stubgen

alopezrivera avatar May 13 '24 11:05 alopezrivera