Skip to content

Commit

Permalink
Fix codefactor complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam.Dybbroe committed Nov 22, 2024
1 parent 472c1e0 commit 354ff71
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions trollsched/tests/test_pass_outlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
get_shapely_polygon_from_lonlat,
)

CONT_POLY_LON = np.array([-2.13452262, -2.29587336, -2.71901413, 2.49884179, 1.84466852,
1.62370346, 1.52297613, 1.46583198, 1.42884581, 1.40275172,
1.38319053, 1.36784925, 1.35538792, 1.34497645, 1.33607268,
1.32830685, 1.32141745, 1.31521366, 1.30955222, 1.30432275,
1.29943799, 1.29482714, 1.29043107, 1.28619883, 1.2820848 ,
1.27804628, 1.27404108, 1.27002472, 1.26594662, 1.26174386,
1.25732922, 1.25256377, 1.24720486, 1.01188742, 0.79409035,
0.6071801 , 0.4536726 , 0.32966584, 0.22939162, 0.14748665,
CONT_POLY_LON = np.array([-2.13452262, -2.29587336, -2.71901413, 2.49884179, 1.84466852,
1.62370346, 1.52297613, 1.46583198, 1.42884581, 1.40275172,
1.38319053, 1.36784925, 1.35538792, 1.34497645, 1.33607268,
1.32830685, 1.32141745, 1.31521366, 1.30955222, 1.30432275,
1.29943799, 1.29482714, 1.29043107, 1.28619883, 1.2820848 ,
1.27804628, 1.27404108, 1.27002472, 1.26594662, 1.26174386,
1.25732922, 1.25256377, 1.24720486, 1.01188742, 0.79409035,
0.6071801, 0.4536726, 0.32966584, 0.22939162, 0.14748665,
-0.00471426, -0.05349142, -0.08929434, -0.11753567, -0.14089485,
-0.1608663 , -0.17837565, -0.1940391 , -0.20828969, -0.2214453 ,
-0.1608663 , -0.17837565, -0.1940391, -0.20828969, -0.2214453,
-0.23374812, -0.24538904, -0.25652346, -0.26728206, -0.27777851,
-0.28811526, -0.29838809, -0.30869016, -0.31911562, -0.32976349,
-0.34074184, -0.35217288, -0.36419961, -0.37699468, -0.39077317,
-0.40581154, -0.42247709, -0.44127621, -0.46293831, -0.48857303,
-0.5199966 , -0.56051525, -0.61729867, -0.61753171, -0.62771892,
-0.64829722, -0.68661816, -0.75917567, -0.9100173 , -1.27984447],
-0.64829722, -0.68661816, -0.75917567, -0.9100173, -1.27984447],
"float64")
CONT_POLY_LAT = np.array([1.47665956, 1.5181844 , 1.54460102, 1.55163844, 1.54000093,
1.52570241, 1.51231719, 1.50010348, 1.48891231, 1.47855701,
Expand Down

0 comments on commit 354ff71

Please sign in to comment.