Skip to content

Commit 5768e14

Browse files
committed
update data path
1 parent fa1a3e1 commit 5768e14

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ def _prepare_data():
2222
"https://media.githubusercontent.com/media/PDAL/data/refs/heads/main/autzen/stadium-utm.laz", base_data
2323
)
2424

25-
# TODO update the links once the PR is merged in PDAL repository
2625
autzen_2010_data = utils.test_data_filepath("autzen-bmx-2010.las")
2726
autzen_2023_data = utils.test_data_filepath("autzen-bmx-2023.las")
2827

2928
utils.download_data(
30-
"https://github.com/PDAL/PDAL/raw/b978473e87d0b015230f362a32c43a9a51307fac/test/data/autzen/autzen-bmx-2010.las",
29+
"https://raw.githubusercontent.com/PDAL/PDAL/a057739ef0c620d4668752becef25f2b196bf174/test/data/autzen/autzen-bmx-2010.las",
3130
autzen_2010_data,
3231
)
3332
utils.download_data(
34-
"https://github.com/PDAL/PDAL/raw/b978473e87d0b015230f362a32c43a9a51307fac/test/data/autzen/autzen-bmx-2023.las",
33+
"https://raw.githubusercontent.com/PDAL/PDAL/a057739ef0c620d4668752becef25f2b196bf174/test/data/autzen/autzen-bmx-2023.las",
3534
autzen_2023_data,
3635
)
3736

0 commit comments

Comments
 (0)