empa-scientific-it / cleedpy

MIT License
1 stars 0 forks source link

Implement rfactor program in python #45

Closed despadam closed 3 weeks ago

despadam commented 9 months ago

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