Skip to content

Commit

Permalink
Black fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsaunders committed Nov 29, 2023
1 parent ea4a12a commit fe9b68f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/test_gbdesAstrometricFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,16 +641,7 @@ def setUpClass(cls):
allStarIds.append(starIds)
allStarRAs.append(starRAs)
allStarDecs.append(starDecs)
test = (
allStarIds
* allStarIds
* allStarIds
* allStarIds
* allStarIds
* allStarIds
* allStarIds
* allStarIds
)

corners = [
lsst.geom.SpherePoint(ra, dec, lsst.geom.degrees).getVector()
for (ra, dec) in zip([raMin, raMax, raMax, raMin], [decMin, decMin, decMax, decMax])
Expand Down

0 comments on commit fe9b68f

Please sign in to comment.