-
Notifications
You must be signed in to change notification settings - Fork 68
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
[WIP] Implement TemporalTrafoManager on top of TransformGraphBase #257
[WIP] Implement TemporalTrafoManager on top of TransformGraphBase #257
Conversation
2665b8d
to
2782f23
Compare
6ae214b
to
10e4444
Compare
your idea with a state variable holding the current time was amazing! Look how small the TemporalTransformationManager has become :) So the interpolation is conducted within the We could even remove the |
…ime-new-base Clean up TemporalTransformManager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks very good now.
I'd like to merge this PR to refactor/transform_manager soon.
What is missing to close this first step is the following:
- there are some comments above
- proper testing to reach 100% coverage
- separation of type hints in .pyi file
After that we have to address some other issues:
- update documentation (tutorial part)
- discuss inclusion of dynamic transformation (documentation, additional optional dependencies?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from these last few comments it looks good!
No description provided.