Skip to content

Commit c21546e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1531e29 commit c21546e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/locations_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def test_filter(tmp_path: Path):
127127
# name="test-points",
128128
# vertices=choices[inds],
129129

130+
130131
def test_tile_locations():
131132
n_points = 1000
132133
rng = np.random.default_rng(0)
@@ -142,6 +143,8 @@ def test_tile_locations():
142143
pop = np.array([len(tile) for tile in tiles])
143144
assert pop.min() > 0
144145
assert np.std(pop) / np.mean(pop) < 0.5
146+
147+
145148
def test_tile_locations_labels(tmp_path: Path):
146149
stn = np.arange(0, 10000, 1000)
147150
x_locs = np.kron(stn, np.ones(100)) + np.random.randn(1000) * 10

0 commit comments

Comments
 (0)