Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 4, 2023
1 parent cc1b61b commit a6f68aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/useq/_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ def _is_a_valid_point(
abs(x - point_x) < min_dist_x and abs(y - point_y) < min_dist_y
for point_x, point_y in points
)


def _random_points_in_ellipse(
seed: np.random.RandomState, n_points: int, max_width: float, max_height: float
) -> Iterator[Tuple[float, float]]:
Expand Down

0 comments on commit a6f68aa

Please sign in to comment.