From e79001924975aa58da4f71d3057eeae7d9192802 Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Wed, 19 Jun 2024 15:59:00 -0400 Subject: [PATCH] quickfix --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index a7037766..94870683 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -80,7 +80,7 @@ as restricting your time series to specific epochs (sleep/wake, context A vs. co pre-processing steps in a robust and efficient manner. This includes bin-averaging, counting, convolving, smoothing and many others. All these operations can be easily concatenated for a quick and easy data pre-processing. -In NeMoS`, if a transformation preserve the time axis and you use a `pynapple` time series as input, the result will +In NeMoS, if a transformation preserve the time axis and you use a `pynapple` time series as input, the result will also be a `pynapple` time series. A canonical example of this behavior is the `predict` method of `GLM`.