We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da85fc1 commit 3aa8d21Copy full SHA for 3aa8d21
src/ms_stim_analysis/AnalysisTables/place_fields.py
@@ -441,7 +441,7 @@ def fetch1_dataframe(self) -> pd.DataFrame:
441
return nwb[0]["coverage"]
442
443
444
-"""
+'''
445
Not used in final paper, but could be useful for future analyses
446
Commenting out for now to avoid errors on declaration in Docker container
447
@@ -510,4 +510,5 @@ def fetch_intervals(self, key={}):
510
for s, e in zip(start, end):
511
intervals.append([time[s], time[e]])
512
return np.array(intervals)
513
+"""
514
0 commit comments