Skip to content

Commit

Permalink
fixed all links
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Jan 15, 2025
1 parent bf327a1 commit ee6467f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/plot_01_current_injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ firing_rate = count.smooth(std=0.05, size_factor=20)
firing_rate = firing_rate / bin_size
```

Note that firing_rate is a [`TsdFrame`](https://pynapple.org/generated/pynapple.core.time_series.TsdFrame.html)!
Note that firing_rate is a [`TsdFrame`](https://pynapple.org/generated/pynapple.TsdFrame.html)!

```{code-cell} ipython3
print(type(firing_rate))
Expand Down Expand Up @@ -441,7 +441,7 @@ overhead!), as well as the collection of optimizers present in
First, we require that our predictors and our spike counts have the same
number of time bins. We can achieve this by down-sampling our current to the
spike counts to the proper resolution using the
[`bin_average`](https://pynapple.org/generated/pynapple.Tsd.bin_average.html#pynapple.core.time_series.Tsd.bin_average)
[`bin_average`](https://pynapple.org/generated/pynapple.Tsd.bin_average.html)
method from pynapple:

```{code-cell} ipython3
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/plot_06_calcium_imaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ print(selected_neurons)
```

We need to bring the head-direction of the animal to the same size as the transients matrix.
We can use the function [`bin_average`](https://pynapple.org/generated/pynapple.Tsd.bin_average.html#pynapple.core.time_series.Tsd.bin_average) of pynapple. Notice how we pass the parameter `ep`
We can use the function [`bin_average`](https://pynapple.org/generated/pynapple.Tsd.bin_average.html) of pynapple. Notice how we pass the parameter `ep`
that is the `time_support` of the transients.


Expand Down

0 comments on commit ee6467f

Please sign in to comment.