summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_numpy.py
Commit message (Expand)AuthorAgeFilesLines
* Run refurb --python-version 3.9 in pint/testsuiteHernan Grecco2023-04-291-2/+2
* Merge pull request #1760 from jules-ch/test-all-closeHernan Grecco2023-04-291-0/+9
|\
| * fix(test): Add tests for all close with nan and atol defaultJules Chéron2023-04-291-0/+9
* | Merge pull request #1608 from dopplershift/fix-1584Hernan Grecco2023-04-291-1/+17
|\ \ | |/ |/|
| * Merge branch 'master' into fix-1584Ryan May2022-11-281-1/+17
| |\
| * | Fix setitem with a masked array with multiple items (Fixes #1584)Ryan May2022-10-141-1/+17
* | | Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-1/+0
* | | Merge branch 'master' into fix-1658Hernan Grecco2023-04-241-1/+19
|\ \ \
| * | | Support numpy delete (#1699)Dennis Göries2023-03-231-0/+18
| * | | don't use the deprecated alias for `round`Justus Magin2023-03-071-1/+1
| | |/ | |/|
* | | Fix unit check with `atol` using np.allclose.Jules Chéron2022-11-231-1/+11
|/ /
* | subokAndrew2022-10-151-0/+3
* | Merge branch 'master' into broadcast_arraysandrewgsavage2022-10-151-0/+12
|\ \ | |/
| * raise if the condition is non-multiplicativeJustus Magin2022-09-111-1/+4
| * check that non-multiplicative raise an errorJustus Magin2022-09-111-0/+4
| * add a test to make sure we avoid the recursion errorJustus Magin2022-06-291-0/+5
* | broadcast_arraysAndrew2022-10-151-1/+14
|/
* Run new stable black versionJules Chéron2022-03-301-17/+17
* Remove most pytest warningsJules Chéron2022-03-261-4/+4
* implement `numpy.nanprod` (#1369)keewis2022-02-021-0/+10
* Handling of max/min in clip function (#1338)Rob2021-06-241-0/+6
* require numpy >= 1.20Keewis2021-03-031-0/+1
* blackKeewis2021-03-031-1/+4
* add a test for sliding_window_viewKeewis2021-03-031-0/+7
* Fix numpy.linalg.solve units output.Jules Chéron2021-02-161-4/+7
* Fixed some helpersHernan2021-01-161-95/+95
* Migration of all tests to pytestHernan2021-01-101-380/+429
* Merge branch 'jules-ch-hotfix-1195-scalar-tolist' into developHernan2021-01-071-0/+8
|\
| * Fix scalar ndarray tolist functionJules Chéron2020-10-291-0/+8
* | Run linter on all filesHernan2021-01-071-1/+2
|/
* Avoid warning when setting a masked valueRyan May2020-08-011-0/+11
* also test for a known true valueKeewis2020-06-221-0/+2
* blackKeewis2020-06-211-2/+1
* add tests to verify that eq always returns a ndarrayKeewis2020-06-211-0/+12
* Merge #1120bors[bot]2020-06-181-1/+8
|\
| * implement the case of axis *and* whereKeewis2020-06-181-1/+8
* | remove the duplicated prod test from unclassifiedKeewis2020-06-181-3/+0
* | require the array function protocol for the prod method testsKeewis2020-06-181-0/+1
* | wrap numpy.prod to provide the prod methodKeewis2020-06-181-1/+6
|/
* make sure the case of calling prod without args works, tooKeewis2020-06-171-0/+1
* add tests for prodKeewis2020-04-231-0/+10
* Merge branch 'master' into fix-interpKeewis2020-04-011-1/+9
|\
| * blackKeewis2020-03-191-2/+1
| * implement quantile / nanquantileKeewis2020-03-191-0/+9
* | blackKeewis2020-03-211-3/+1
* | allow passing mixed args to interpKeewis2020-03-211-0/+11
|/
* Treat bare zeros/NaNs as acceptable in all numpy functionsGuido Imperiale2020-03-131-39/+58
* blackKeewis2020-03-081-1/+1
* test that isclose allows python scalars as atol / rtolKeewis2020-03-081-0/+4
* Support pickle protocol 0/1Guido Imperiale2020-02-281-8/+7