Pārlūkot izejas kodu

Text clarification

sprenger 2 gadi atpakaļ
vecāks
revīzija
52357c511c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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`."
    ]
   },