Skip to content

Commit

Permalink
Update docs/background/basis/plot_01_1D_basis_function.md
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <[email protected]>
  • Loading branch information
BalzaniEdoardo and billbrod authored Dec 12, 2024
1 parent 12be3f2 commit c9b0f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/background/basis/plot_01_1D_basis_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For inputs with more than one dimension, `compute_features` assumes the first ax

#### Eval Basis

For Eval bases, `compute_features` evaluates the basis and then reshape the result into a 2D feature matrix.
For Eval bases, `compute_features` evaluates the basis and outputs a 2D feature matrix.

```{code-cell} ipython3
basis = nmo.basis.RaisedCosineLinearEval(n_basis_funcs=5)
Expand Down

0 comments on commit c9b0f38

Please sign in to comment.