-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/2972 extract track storage into plugin layer #335
Feature/2972 extract track storage into plugin layer #335
Conversation
Create Python and Pandas implementations
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.
Looks good overall! I have some questions though~
Also, the test workflow on windows failed during the installtion of python dependencies. Apparently installing functiontrace
errors on windows. And I also found a bug when using cutting section. There is some problem with the type of variable when trying to display the information popup after a cut.
Use docstrings already defined by abstract class
OP#2972