Skip to content

Commit 3aa8d21

Browse files
committed
fix typo
1 parent da85fc1 commit 3aa8d21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ms_stim_analysis/AnalysisTables/place_fields.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def fetch1_dataframe(self) -> pd.DataFrame:
441441
return nwb[0]["coverage"]
442442

443443

444-
"""
444+
'''
445445
Not used in final paper, but could be useful for future analyses
446446
Commenting out for now to avoid errors on declaration in Docker container
447447
@@ -510,4 +510,5 @@ def fetch_intervals(self, key={}):
510510
for s, e in zip(start, end):
511511
intervals.append([time[s], time[e]])
512512
return np.array(intervals)
513-
"""
513+
"""
514+
'''

0 commit comments

Comments
 (0)