Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jun 14, 2024
1 parent 9a27afe commit 58c9bbf
Show file tree
Hide file tree
Showing 9 changed files with 1,941 additions and 563 deletions.
2 changes: 1 addition & 1 deletion brainunit/math/_compat_numpy_array_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ==============================================================================

from collections.abc import Sequence
from typing import (Union, Optional, Any, Tuple, List)
from typing import (Union, Optional, Any)

import jax
import jax.numpy as jnp
Expand Down
8 changes: 0 additions & 8 deletions brainunit/math/_compat_numpy_funcs_accept_unitless.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,6 @@ def percentile(
* 'nearest'
keepdims : bool, optional
If this is set to True, the axes which are reduced are left in the result as dimensions with size one.
interpolation : str, optional
Deprecated name for the method keyword argument.
Returns
-------
Expand Down Expand Up @@ -719,8 +717,6 @@ def nanpercentile(
* 'nearest'
keepdims : bool, optional
If this is set to True, the axes which are reduced are left in the result as dimensions with size one.
interpolation : str, optional
Deprecated name for the method keyword argument.
Returns
-------
Expand Down Expand Up @@ -782,8 +778,6 @@ def quantile(
* 'nearest'
keepdims : bool, optional
If this is set to True, the axes which are reduced are left in the result as dimensions with size one.
interpolation : str, optional
Deprecated name for the method keyword argument.
Returns
-------
Expand Down Expand Up @@ -845,8 +839,6 @@ def nanquantile(
* 'nearest'
keepdims : bool, optional
If this is set to True, the axes which are reduced are left in the result as dimensions with size one.
interpolation : str, optional
Deprecated name for the method keyword argument.
Returns
-------
Expand Down
Loading

0 comments on commit 58c9bbf

Please sign in to comment.