Skip to content

Commit

Permalink
Update pyresample/_formatting_html.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jul 27, 2024
1 parent 9a19209 commit 9c07da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/_formatting_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def swath_area_attrs_section(area: 'geom.SwathDefinition') -> str: # noqa F821
"""
if np.ndim(area.lons) == 1:
area_name = "1D Swath"
resolution_str = "NA/NA"
resolution_str = "NAxNA"
height, width = "NA", "NA"

Check warning on line 250 in pyresample/_formatting_html.py

View check run for this annotation

Codecov / codecov/patch

pyresample/_formatting_html.py#L248-L250

Added lines #L248 - L250 were not covered by tests
area_units = "m"
else:
Expand Down

0 comments on commit 9c07da9

Please sign in to comment.