Pass additional arguments to initializers of subclasses of File
Opened this issue · 0 comments
vineetbansal commented
- FrameSynchronous class needs to have a
latency_shift=0
argument in its__init__
- This will effectively shift the values of the
frame
column in the csv - Currently its not possible to have any additional arguments in any class that derives from
File
.