Skip to content

Commit 2734d3b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_cross_sections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,5 @@ def test_cross_section():
237237
with pytest.raises(ValueError):
238238
_ = uxds['RELHUM'].cross_section(end=(45, 45))
239239
_ = uxds['RELHUM'].cross_section(start=(45, 45))
240-
_ = uxds['RELHUM'].cross_section(lon = 45, end=(45, 45))
240+
_ = uxds['RELHUM'].cross_section(lon=45, end=(45, 45))
241241
_ = uxds['RELHUM'].cross_section()

0 commit comments

Comments
 (0)