You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install tudatpy using the environment.yaml file offered on the tudat website
Import environment_setup
from tudatpy.kernel.numerical_simulation import propagation_setup
Run propagation_setup.integrator.runge_kutta_fixed_step(*args) - this function does not exist error will appear
This is also true for other functions such as environment_setup.rigid_body()
I wrote some code using tudat in May/June 2023 using these functions and at the time it ran. Recently I had to reinstall tudat and the version currently offered did not have these functions even though the docs say these functions should exist (in the version labeled "latest"). I tried installing the specific builds of tudat available on the anaconda website (0.7.3-py310hee2ac88_3 for example) hoping that these would contain the functions described in the docs but I can't seem to find the correct build.
Which build should I install from conda in order to match the version labeled "latest" on the docs?
The text was updated successfully, but these errors were encountered:
Steps to recreate issue:
propagation_setup.integrator.runge_kutta_fixed_step(*args)
- this function does not exist error will appearThis is also true for other functions such as
environment_setup.rigid_body()
I wrote some code using tudat in May/June 2023 using these functions and at the time it ran. Recently I had to reinstall tudat and the version currently offered did not have these functions even though the docs say these functions should exist (in the version labeled "latest"). I tried installing the specific builds of tudat available on the anaconda website (0.7.3-py310hee2ac88_3 for example) hoping that these would contain the functions described in the docs but I can't seem to find the correct build.
Which build should I install from conda in order to match the version labeled "latest" on the docs?
The text was updated successfully, but these errors were encountered: