Skip to content

Commit

Permalink
Removed a redundant comment on a test on TestMapReduce class
Browse files Browse the repository at this point in the history
  • Loading branch information
qh681248 committed Oct 8, 2024
1 parent bbae67d commit cf537ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,6 @@ def test_map_reduce_diverse_selection(self):
coreset, _ = solver.reduce(Data(dataset))
selected_indices = coreset.nodes.data

# Check if there are indices beyond the first few
assert jnp.any(
selected_indices >= coreset_size
), "MapReduce should select points beyond the first few"
Expand Down

0 comments on commit cf537ed

Please sign in to comment.