Skip to content

Commit

Permalink
add back pytest device
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Nov 21, 2024
1 parent 280dfe0 commit 04fa69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cueq.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def batch(self, device: str):
batch = next(iter(data_loader))
return batch.to(device).to_dict()

@pytest.mark.parametrize("device", ["cpu"])
@pytest.mark.parametrize(
"interaction_cls_first",
[
Expand Down

0 comments on commit 04fa69c

Please sign in to comment.