Skip to content

Commit

Permalink
fix renaming artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 authored Nov 7, 2024
1 parent 7cf86c4 commit f82c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/preprocessing/test_weather_collection_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ def test_make_weather_collection(


def test_make_weather_collection_fail() -> None:
"""Test conversion failure on incomplete input preprocessing."""
"""Test conversion failure on incomplete input data."""
with pytest.raises(KeyError):
make_weather_collection(pd.DataFrame())

0 comments on commit f82c96b

Please sign in to comment.