Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for a definitive hybrid C++/Python tudatpy package architecture #126

Merged

Conversation

alopezrivera
Copy link
Contributor

Proposal for the final architecture of tudatpy.

  • All Python code lives at the same level inside tudatpy: the hybrid kernel modules have been moved from tudatpy/kernel_hybrid to tudatpy/
  • A single CMake macro is used in the tudatpy CMakeLists to install all Python tudatpy modules -hybrid or not-

This proposal simplifies the structure of tudapty, and centralizes the location of all python code (instead of having code in tudatpy/ and tudatpy/kernel_hybrid as before). Note that:

  • No distinction is made between pure Python and hybrid tudatpy modules

Compilation runs fine on my machine, tests as well.

@DominicDirkx DominicDirkx merged commit bb00d91 into tudat-team:develop Nov 3, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants