Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Feb 19, 2024
1 parent 1aa02f8 commit 4ca9908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions prefsampling/core/filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Filters are functions that operate on collections of votes and apply some random operation to them.
"""

from __future__ import annotations

from collections.abc import MutableSequence, Callable
Expand Down
1 change: 0 additions & 1 deletion tests/test_samplers/ordinal/test_ordinal_mallows.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ def test_phi_from_norm_phi(self):

def test_impartial_central_vote(self):
mallows(4, 5, phi=0.4, impartial_central_vote=True)

0 comments on commit 4ca9908

Please sign in to comment.