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 d22fe8e commit c5e0bc3Copy full SHA for c5e0bc3
aeon/dj_pipeline/analysis/block_analysis.py
@@ -312,7 +312,7 @@ def make(self, key):
312
subject_names = (acquisition.Experiment.Subject & key).fetch("subject", order_by="subject")
313
if not len(subject_names):
314
raise ValueError(
315
- "No subjects found in the `acquisition.Experiment.Subject`, missing a manual insert step?."
+ "No subjects found in `acquisition.Experiment.Subject`, missing a manual insert step?"
316
)
317
318
subject_visits_df = fetch_stream(
0 commit comments