Skip to content

Commit

Permalink
Remove no longer needed array in main script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 21, 2024
1 parent 9d6b614 commit 360488b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def generate_and_validate_positions(self):
Generate all positions for the grid points and their diamond patterns,
validate them, and store them for later use.
"""
self.all_positions = []

for az0 in self.grid["azel"]["az"]:
for el0 in self.grid["azel"]["el"]:
Expand Down

0 comments on commit 360488b

Please sign in to comment.