Closed ljwoods2 closed 3 months ago
In IMDReader's _load_imdframe_into_ts, there is a bug where the IMDFrame's xvf arrays are assigned to the timestep rather than copied into the TImestep's arrays.
IMDReader
_load_imdframe_into_ts
IMDFrame
Closing since assignment is more efficient than copying in this case
IMDClient reduce memory copies
In
IMDReader
's_load_imdframe_into_ts
, there is a bug where theIMDFrame
's xvf arrays are assigned to the timestep rather than copied into the TImestep's arrays.