Skip to content

Commit cd7865a

Browse files
committed
change smartloc unit test data location
1 parent ea74c59 commit cd7865a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ dev/*
88
!dev/.gitkeep
99
gnss_lib_py_dev/
1010

11-
# development folder
11+
# results folder
1212
results/*
1313
!results/.gitkeep
1414

1515
# ignore downloaded csv files in notebook tutorials
1616
*.csv
1717
!data/unit_test/*/*.csv
1818
!notebooks/tutorials/myreceiver.csv
19+
1920
# Ignore downloaded precise ephimerides files by default
2021
*.sp3
2122
*.clk
23+
2224
# Include unit test files for precise ephimerides
2325
!data/unit_test/*/*.sp3
2426
!data/unit_test/*/*.clk
File renamed without changes.

tests/parsers/test_smart_loc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def fixture_raw_path(root_path):
5959
.. [2] https://www.tu-chemnitz.de/projekt/smartLoc/gnss_dataset.html.en#Home
6060
6161
"""
62-
raw_path = os.path.join(root_path, 'tu_chemnitz_berlin_1_raw.csv')
62+
raw_path = os.path.join(root_path, 'smart_loc', 'tu_chemnitz_berlin_1_raw.csv')
6363
return raw_path
6464

6565
@pytest.fixture(name="pd_df")

0 commit comments

Comments
 (0)