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