Skip to content

Commit

Permalink
fix preproc test
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Sep 15, 2024
1 parent 68a76bb commit cde51e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2857,12 +2857,8 @@ def test_load(self, selected_dataset, split):
break

def test_minari_preproc(self, tmpdir):
global _MINARI_DATASETS
if not _MINARI_DATASETS:
_minari_selected_datasets()
selected_dataset = _MINARI_DATASETS[0]
dataset = MinariExperienceReplay(
selected_dataset,
"D4RL/pointmaze/large-v2",
batch_size=32,
split_trajs=False,
download="force",
Expand Down

0 comments on commit cde51e9

Please sign in to comment.