Skip to content

Commit c5e0bc3

Browse files
ttngu207lochhh
andauthored
Update aeon/dj_pipeline/analysis/block_analysis.py
Co-authored-by: Chang Huan Lo <[email protected]>
1 parent d22fe8e commit c5e0bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/dj_pipeline/analysis/block_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def make(self, key):
312312
subject_names = (acquisition.Experiment.Subject & key).fetch("subject", order_by="subject")
313313
if not len(subject_names):
314314
raise ValueError(
315-
"No subjects found in the `acquisition.Experiment.Subject`, missing a manual insert step?."
315+
"No subjects found in `acquisition.Experiment.Subject`, missing a manual insert step?"
316316
)
317317

318318
subject_visits_df = fetch_stream(

0 commit comments

Comments
 (0)