mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Test: add weights to unsupported arguments
This commit is contained in:
parent
322f8b22bd
commit
cedd67d611
@ -5657,11 +5657,15 @@ class NumpySignaturesTest(jtu.JaxTestCase):
|
||||
'histogram2d': ['normed'],
|
||||
'histogramdd': ['normed'],
|
||||
'linspace': ['device'],
|
||||
'nanpercentile': ['weights'],
|
||||
'nanquantile': ['weights'],
|
||||
'nanstd': ['correction', 'mean'],
|
||||
'nanvar': ['correction', 'mean'],
|
||||
'ones': ['device', 'order', 'like'],
|
||||
'ones_like': ['device', 'subok', 'order'],
|
||||
'partition': ['kind', 'order'],
|
||||
'percentile': ['weights'],
|
||||
'quantile': ['weights'],
|
||||
'row_stack': ['casting'],
|
||||
'stack': ['casting'],
|
||||
'std': ['correction', 'mean'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user