Skip to content

Commit

Permalink
Update test_agri_l1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yukaribbba committed Jul 19, 2023
1 parent 0d14a9e commit 125a0b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions satpy/tests/reader_tests/test_agri_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
RESOLUTION_LIST = [500, 1000, 2000, 4000]

AREA_EXTENTS_BY_RESOLUTION = {'FY4A': {
500: (-5496021.008869, 5495021.005046, -5493520.999312, 5496021.008869),
1000: (-5496021.076004, 5494021.068334, -5491021.05683, 5496021.076004),
2000: (-5496021.210274, 5492021.194837, -5486021.171682, 5496021.210274),
4000: (-5496021.210274, 5488021.1794, -5476021.13309, 5496021.210274)
500: (-5496021.008869, 5495021.005046, -5493520.999312, 5496021.008869),
1000: (-5496021.076004, 5494021.068334, -5491021.05683, 5496021.076004),
2000: (-5496021.210274, 5492021.194837, -5486021.171682, 5496021.210274),
4000: (-5496021.210274, 5488021.1794, -5476021.13309, 5496021.210274)

Check notice on line 46 in satpy/tests/reader_tests/test_agri_l1.py

View check run for this annotation

codefactor.io / CodeFactor

satpy/tests/reader_tests/test_agri_l1.py#L46

multiple spaces after ',' (E241)
},
'FY4B': {
500: (-5496021.008869, 5495021.005046, -5493520.999312, 5496021.008869),
1000: (-5496021.076004, 5494021.068334, -5491021.05683, 5496021.076004),
2000: (-5496021.210274, 5492021.194837, -5486021.171682, 5496021.210274),
4000: (-5496021.210274, 5488021.1794, -5476021.13309, 5496021.210274)
500: (-5496021.008869, 5495021.005046, -5493520.999312, 5496021.008869),
1000: (-5496021.076004, 5494021.068334, -5491021.05683, 5496021.076004),
2000: (-5496021.210274, 5492021.194837, -5486021.171682, 5496021.210274),
4000: (-5496021.210274, 5488021.1794, -5476021.13309, 5496021.210274)
}}


Expand Down

0 comments on commit 125a0b3

Please sign in to comment.