Revert to old shm "last" meaning last row
parent
1981b113b7
commit
f68671b614
|
@ -220,7 +220,7 @@ class ShmArray:
|
|||
self,
|
||||
length: int = 1,
|
||||
) -> np.ndarray:
|
||||
return self.array[-length]
|
||||
return self.array[-length:]
|
||||
|
||||
def push(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue