Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Placate black.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmatters committed Nov 17, 2023
1 parent a84a666 commit 458acee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nle/tests/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def test_data(self):
final_index = SEQ_LENGTH - remaining - 1
with open(getfilename(FINALFRAME)) as f:
for row, line in enumerate(f):

actual = chars[final_index][row].tobytes().decode("utf-8").rstrip()
assert actual == line.rstrip()
with open(getfilename(FINALFRAMECOLORS)) as f:
Expand Down
1 change: 0 additions & 1 deletion nle/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ def get_data():
np.testing.assert_array_equal(g1, g5)

def test_sql(self, db_exists, pool):

sql = """
SELECT gameid FROM datasets
WHERE gameid >=6 AND dataset_name='basictest'
Expand Down

0 comments on commit 458acee

Please sign in to comment.