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

Implement rfactor program in python #45

Merged
merged 8 commits into from
Oct 23, 2024

Conversation

despadam
Copy link
Contributor

@despadam despadam commented Feb 2, 2024

Addressing #5:

Is around 90% done, but definitely needs more testing. If needed, I am happy to work on it a bit more in the upcoming days.

Function preprocessing_loop is missing the last part that performs the spline. I found scipy.interpolate.CubicHermiteSpline to be a good candidate for this, but never managed to test it. Also test_preprocessing_loop is incomplete

@despadam despadam linked an issue Feb 2, 2024 that may be closed by this pull request
@despadam despadam self-assigned this Feb 2, 2024
@despadam despadam requested a review from yakutovicha February 2, 2024 09:05
Copy link
Member

@yakutovicha yakutovicha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it would make sense to merge it as is, and continue from the main branch.

@yakutovicha yakutovicha merged commit 7d65406 into main Oct 23, 2024
7 checks passed
@yakutovicha yakutovicha deleted the 5-implement-rfactor-program-in-python branch October 23, 2024 14:09
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.

Implement rfactor program in Python
2 participants