Skip to content

Commit 54201af

Browse files
changed path in cache dir to work with pc and mac
1 parent 9dc9942 commit 54201af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

visual_behavior/data_access/loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_platform_analysis_cache_dir():
9797
This is the cache directory to use for all platform paper analysis
9898
This cache contains NWB files downloaded directly from AWS
9999
"""
100-
return r'/allen/programs/braintv/workgroups/nc-ophys/visual_behavior/platform_paper_cache'
100+
return '//allen/programs/braintv/workgroups/nc-ophys/visual_behavior/platform_paper_cache'
101101
# return r'\\allen\programs\braintv\workgroups\nc-ophys\visual_behavior\platform_paper_cache'
102102

103103

0 commit comments

Comments
 (0)