Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against Python 3.10-dev #293

Closed
wants to merge 1 commit into from
Closed

Test against Python 3.10-dev #293

wants to merge 1 commit into from

Conversation

simonw
Copy link
Owner

@simonw simonw commented Jun 25, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jun 25, 2021

Codecov Report

Merging #293 (ae0f46a) into main (747be60) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #293   +/-   ##
=======================================
  Coverage   96.03%   96.03%           
=======================================
  Files           4        4           
  Lines        1994     1994           
=======================================
  Hits         1915     1915           
  Misses         79       79           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 747be60...ae0f46a. Read the comment docs.

@simonw
Copy link
Owner Author

simonw commented Jun 25, 2021

Test failed on 3.10 with numpy on macOS:

sqlite_utils/__init__.py:1: in <module>
11
    from .db import Database
12
sqlite_utils/db.py:48: in <module>
13
    import numpy as np  # type: ignore
14
../../../hostedtoolcache/Python/3.10.0-beta.3/x64/lib/python3.10/site-packages/numpy/__init__.py:391: in <module>
15
    raise RuntimeError(msg)
16
E   RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, more information is available at https://numpy.org/doc/stable/user/building.html#accelerated-blas-lapack-libraries Otherwise report this to the vendor that provided NumPy.
17
E   RankWarning: Polyfit may be poorly conditioned
18
Error: Process completed with exit code 4.

@simonw
Copy link
Owner Author

simonw commented Jun 25, 2021

Here's more about this problem: numpy/numpy#15947

@meatcar meatcar mentioned this pull request Sep 9, 2021
@simonw simonw closed this Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant