Ver Fonte

Text clarification

sprenger há 2 anos atrás
pai
commit
52357c511c
1 ficheiros alterados com 1 adições e 1 exclusões
  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`."
    ]
   },