Skip to content

Commit

Permalink
Fixing Black errors in optika.apertures.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Sep 27, 2023
1 parent 5b5ad53 commit 4b82951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optika/apertures.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def wire(self, num: None | int = None) -> na.Cartesian3dVectorArray:
wire = []
num_cumulative = 0
for v in range(num_vertices):

num_v = int((v + 1) * num_per_side - num_cumulative)
num_cumulative += num_v

Expand Down

0 comments on commit 4b82951

Please sign in to comment.