Skip to content

Commit 901b88d

Browse files
author
dPys
committed
[MAINT] Restart circle
1 parent aaf48e1 commit 901b88d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def test_collect_pandas_df():
107107
Test collect_pandas_df_make functionality
108108
"""
109109
import glob
110-
#base_dir = str(Path(__file__).parent/"examples")
111-
base_dir = '/Users/derekpisner/Applications/PyNets/tests/examples'
110+
base_dir = str(Path(__file__).parent/"examples")
112111
multi_nets = None
113112
multimodal = False
114113
network = None

0 commit comments

Comments
 (0)