Skip to content

Commit

Permalink
FIX style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed committed Oct 27, 2023
1 parent 8fe768e commit 895be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/scenarios/test_online_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_split_online_stream_continuous_linear_decay(self):

expected_length = len(bm.train_stream) * iter_per_virt_epoch
n_exps = 0
all_classes = set()
all_classes = set()
for exp in ocl_stream:
assert len(exp.dataset) == 10
n_exps += 1
Expand Down

0 comments on commit 895be79

Please sign in to comment.