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

KPS4_3L does not repect changes to the polars after precompilation #71

Open
ufechner7 opened this issue Sep 5, 2024 · 2 comments
Open
Labels

Comments

@ufechner7
Copy link
Owner

The functions rad_cl_mtk and rad_cd_mtk are not part of the model struct and can therefore not be changed after pre-compilation. This should be fixed as it was already done for KPS4 and KPS3. This has no negative impact on the performance.

@1-Bart-1
Copy link
Collaborator

1-Bart-1 commented Sep 5, 2024

Same problem with the symbolic calc_acc_speed and calc_acc_torque functions as they use se("system_3l.yaml"). This is more difficult to solve as the @register_symbolic function only seems to work globally.

@ufechner7
Copy link
Owner Author

ufechner7 commented Sep 5, 2024

Same problem with the symbolic calc_acc_speed and calc_acc_torque functions

New issue for the problem with these functions: #73

Let's solve one issue at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants