Skip to content

Commit

Permalink
# pylint: disable=no-member
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 8, 2024
1 parent cdad245 commit 1325aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinn_gym/games/breakout/visualiser/visualiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def update(self):

# try:
if self.message_received and self.video_data is not None:
# pylint: disable=no-member
self.video_writer.write(
cv2.resize(self.video_data, self.video_shape,
interpolation=cv2.INTER_NEAREST))
Expand Down

0 comments on commit 1325aed

Please sign in to comment.