Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Nov 19, 2020
1 parent 291ebec commit 68d9042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_fast3tree_index():


def prepare_fof(n_points=50, n_groups=8, n_dim=2, scale=0.01, seed=0):
# pylint: disable=no-member
n_total = n_points * n_groups
points = np.vstack(
(
Expand Down

0 comments on commit 68d9042

Please sign in to comment.