Skip to content

Commit

Permalink
Update h5_recorder_gpio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Apr 28, 2024
1 parent 2dc4115 commit 9a1b3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/python-package/shepherd_sheep/h5_recorder_gpio.py
Expand Up @@ -42,7 +42,7 @@ def __exit__(
tb: TracebackType | None = None,
extra_arg: int = 0,
) -> None:
self.data["values"].resize((self.position, 3))
self.data["value"].resize((self.position, 3))
super().__exit__()

def write(self, edges: GPIOEdges) -> None:
Expand Down

0 comments on commit 9a1b3ed

Please sign in to comment.