Skip to content

Commit 65fda1c

Browse files
committed
test: rename station to avoid codespell false positive (Gental->Innertkirchen)
1 parent 3712094 commit 65fda1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_matching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_eic_matching_hydro_scheme_ambiguous():
134134
)
135135
opsd = pd.DataFrame(
136136
{
137-
"Name": ["Gental", "Grimsel", "Handeck"],
137+
"Name": ["Innertkirchen", "Grimsel", "Handeck"],
138138
"Capacity": [10.0, 389.0, 316.0],
139139
"EIC": [{"12W-0000000031-O"}] * 3,
140140
}

0 commit comments

Comments
 (0)