You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
network_io and file_io both require the same functionality of merging frames according to a specific geometry.
we should use the merge_frames function (in utils) for both network_io and file_io. this improves testability and avoid redundancy in a very error prone functionality.
currently only network_io uses this function (#65)
The text was updated successfully, but these errors were encountered:
network_io and file_io both require the same functionality of merging frames according to a specific geometry.
we should use the merge_frames function (in utils) for both network_io and file_io. this improves testability and avoid redundancy in a very error prone functionality.
currently only network_io uses this function (#65)
The text was updated successfully, but these errors were encountered: