Skip to content

Commit fc92edc

Browse files
committed
fixing pooch
1 parent 793b8aa commit fc92edc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_data_loader.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ def test_load():
66
linesFile = mapmanagercore.data.getLinesFile()
77

88
dfLines = pd.read_csv(linesFile)
9-
print('=== test_load')
9+
print('=== test_load dfLines')
1010
print(dfLines)
1111

1212
pointsFile = mapmanagercore.data.getPointsFile()
13+
dfPoints = pd.read_csv(pointsFile)
14+
print('=== test_load dfPoints')
15+
print(dfPoints)
1316

1417
ch1 = mapmanagercore.data.getTiffChannel_1()
1518

0 commit comments

Comments
 (0)