瀏覽代碼

Text clarification

sprenger 2 年之前
父節點
當前提交
52357c511c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      day_3/tutorial_3.ipynb

+ 1 - 1
day_3/tutorial_3.ipynb

@@ -458,7 +458,7 @@
     "For our analysis, we will consider only the spike trains in the trial that are classified as SUA. This information has been recorded\n",
     "in the boolean annotation `sua` of each spike train\n",
     "\n",
-    "We will also consider only the SUA spike trains that fire more than 10000 spikes in the trial, as well as without any noise.\n",
+    "We will also consider only the SUA spike trains that fire more than 10000 spikes in the complete recording session, as well as without any noise.\n",
     "We can do that by checking the relevant annotations. Let's store this in a final list called `sua_spiketrains_with_spikes`."
    ]
   },