Skip to content

Commit bdd2570

Browse files
Fix path to test file.
1 parent f7f3ef2 commit bdd2570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_import_statsmodels():
3535

3636
def test_read_html():
3737
import pandas
38-
pandas.read_html(join(HERE, "demos", "climate_timeseries", "data",
38+
pandas.read_html(join(HERE, "climate_timeseries", "data",
3939
"sea_levels", "Obtaining Tide Gauge Data.html"))
4040

4141

0 commit comments

Comments
 (0)