Skip to content

Commit 9855fa6

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Remove unnecessary line
1 parent 371be4e commit 9855fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read_weather_data(filename, datetime_column='Unnamed: 0',
6161

6262
# Read weather data from csv
6363
weather = read_weather_data('weather.csv')
64-
weather.index.name = ''
64+
#weather.index.name = ''
6565

6666
# Specification of the weather data set CoastDat2 (example data)
6767
coastDat2 = {

0 commit comments

Comments
 (0)