Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jun 24, 2024
1 parent 7178e0a commit f1546e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@ def _minari_selected_datasets():
torch.manual_seed(0)

# We rely on sorting the keys as v0 < v1 but if the version is greater than 9 this won't work
total_keys = sorted(list(minari.list_remote_datasets()))
total_keys = sorted(minari.list_remote_datasets())
assert not any(
key[-2:] == "10" for key in total_keys
), "You should adapt the Minari test scripts as some dataset have a version >= 10 and sorting will fail."
Expand Down

0 comments on commit f1546e8

Please sign in to comment.