diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-10-05 17:45:42 +0200 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-10-05 22:00:56 +0200 |
commit | afcc5608dadb17d7df565f95313cdbc1bd3a399b (patch) | |
tree | f560d731514cf5a32731cdd451312f0b1c1f8c11 /numpy/array_api/_creation_functions.py | |
parent | 0a821c1c1d46247c29e02570000cc6196ee2884c (diff) | |
download | numpy-afcc5608dadb17d7df565f95313cdbc1bd3a399b.tar.gz |
MAINT: Structured MA fill value workaround by adding array cast
This wraps the fill value into an array, the default fill value for all
ointegers is 99999 which doesn't work for many integer dtypes.
Note that this might still subtle change the behavior in other
code paths where we cannot avoid this. Plus, the deprecationwarning
may show up (and in fact be a "in the future will use the default
fill value" warning).
Diffstat (limited to 'numpy/array_api/_creation_functions.py')
0 files changed, 0 insertions, 0 deletions