We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f68fab commit a2d05a7Copy full SHA for a2d05a7
1 file changed
mapcat/pointing/poly.py
@@ -26,7 +26,7 @@ class PolynomialCoefficients(BaseModel):
26
"""
27
coeffs: dict[str,float]
28
labels: dict[str, str]
29
- unit: AstroPydanticUnit = AstroPydanticUnit(u.deg)
+ unit: AstroPydanticUnit = u.deg
30
poly_order: int
31
32
0 commit comments