Skip to content

Commit a2d05a7

Browse files
author
Allen M. Foster
committed
default deg unit
1 parent 4f68fab commit a2d05a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapcat/pointing/poly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class PolynomialCoefficients(BaseModel):
2626
"""
2727
coeffs: dict[str,float]
2828
labels: dict[str, str]
29-
unit: AstroPydanticUnit = AstroPydanticUnit(u.deg)
29+
unit: AstroPydanticUnit = u.deg
3030
poly_order: int
3131

3232

0 commit comments

Comments
 (0)