Skip to content

Commit f774866

Browse files
philipc2Copilot
andauthored
Update test/test_cross_sections.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent defc1ad commit f774866

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_cross_sections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ def test_cross_section():
225225
ss_clat = uxds['RELHUM'].cross_section(lat=45)
226226
assert isinstance(ss_clat, xr.DataArray)
227227

228-
# Constat Longitude
228+
# Constant Longitude
229229
ss_clon = uxds['RELHUM'].cross_section(lon=45)
230230
assert isinstance(ss_clon, xr.DataArray)
231231

232-
# Constat Longitude with increased samples
232+
# Constant Longitude with increased samples
233233
ss_clon = uxds['RELHUM'].cross_section(lon=45, steps=3)
234234
assert isinstance(ss_clon, xr.DataArray)
235235

0 commit comments

Comments
 (0)