Skip to content

Commit

Permalink
didn't mean to remove that...
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 20, 2023
1 parent 6ae6c8e commit 5cfdffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def evaluate(self, *xi: NDArray) -> NDArray:
pass

@staticmethod
def _get_samples(*n_samples: int):
def _get_samples(*n_samples: int) -> Generator[NDArray, ...]:
"""Get equi-spaced samples for all the input dimensions.
This will be used to evaluate the basis on a grid of
Expand Down

0 comments on commit 5cfdffc

Please sign in to comment.