Skip to content

Commit

Permalink
Merge branch 'multi_dim_eval_basis' of github.com:flatironinstitute/n…
Browse files Browse the repository at this point in the history
…emos into multi_dim_eval_basis
  • Loading branch information
BalzaniEdoardo committed Dec 12, 2024
2 parents 869062a + 5f0c3fa commit 3559459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/basis/_decaying_exponential.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _evaluate(

# process one input at the time (orthogonalization must be done one input at the time)

# flatten all inputs
# flatten all non-time dimensions
shape = sample_pts.shape
sample_pts = sample_pts.reshape(sample_pts.shape[0], -1)
basis_list = []
Expand Down

0 comments on commit 3559459

Please sign in to comment.