Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Feb 9, 2024
1 parent f702c77 commit e16dcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def check_invalid_entry(pytree: Any, pytree_name: str) -> Tuple[Any, Union[None,
Returns
-------
is_valid:
A pytree with leaves flat boolean arrays of shape (n_sample_points, ) with
A boolean aray of shape (n_sample_points, ) with
the invalid indices (samples with Nans or Infs).
err:
Either None, if all entries are valid, or an error message.
Expand Down

0 comments on commit e16dcad

Please sign in to comment.