We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ade44b1 + fa9cbfe commit f9cdda5Copy full SHA for f9cdda5
ioos_qc/argo.py
@@ -14,7 +14,7 @@
14
15
16
@add_flag_metadata(
17
- stanard_name="pressure_increasing_test_quality_flag",
+ standard_name="pressure_increasing_test_quality_flag",
18
long_name="Pressure Increasing Test Quality Flag",
19
)
20
def pressure_increasing_test(inp):
ioos_qc/qartod.py
@@ -140,7 +140,7 @@ def location_test(
140
bboxnt = namedtuple("BBOX", "minx miny maxx maxy") # noqa: PYI024
141
if bbox is not None:
142
if not isfixedlength(bbox, 4):
143
- msg = f"{bbox=}, expecred 4."
+ msg = f"{bbox=}, expected 4."
144
raise ValueError(msg)
145
bbox = bboxnt(*bbox)
146
0 commit comments