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

build(python): Try pinning numpy to pass code coverage CI #20969

Closed
wants to merge 0 commits into from

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Jan 29, 2025

Notes

Pinning to <2 breaks Windows CI

Backtrace
Run pytest -n auto --dist loadgroup -m "not release and not benchmark and not docs"
============================= test session starts =============================
platform win32 -- Python 3.13.1, pytest-8.3.2, pluggy-1.5.0
codspeed: 3.0.0 (disabled, mode: walltime, timer_resolution: 100.0ns)
rootdir: D:\a\polars\polars\py-polars
configfile: pyproject.toml
plugins: hypothesis-6.124.7, codspeed-3.0.0, cov-6.0.0, xdist-3.6.1
created: 4/4 workers
4 workers [0 items]


=================================== ERRORS ====================================
______________________ ERROR collecting tests/benchmark _______________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\benchmark\conftest.py:4: in <module>
    from tests.benchmark.data import generate_group_by_data
tests\benchmark\data\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai import generate_group_by_data
tests\benchmark\data\h2oai\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai.datagen_groupby import generate_group_by_data
tests\benchmark\data\h2oai\datagen_groupby.py:20: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
______________________ ERROR collecting tests/benchmark _______________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\benchmark\conftest.py:4: in <module>
    from tests.benchmark.data import generate_group_by_data
tests\benchmark\data\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai import generate_group_by_data
tests\benchmark\data\h2oai\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai.datagen_groupby import generate_group_by_data
tests\benchmark\data\h2oai\datagen_groupby.py:20: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
______________________ ERROR collecting tests/benchmark _______________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\benchmark\conftest.py:4: in <module>
    from tests.benchmark.data import generate_group_by_data
tests\benchmark\data\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai import generate_group_by_data
tests\benchmark\data\h2oai\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai.datagen_groupby import generate_group_by_data
tests\benchmark\data\h2oai\datagen_groupby.py:20: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
______________________ ERROR collecting tests/benchmark _______________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\benchmark\conftest.py:4: in <module>
    from tests.benchmark.data import generate_group_by_data
tests\benchmark\data\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai import generate_group_by_data
tests\benchmark\data\h2oai\__init__.py:3: in <module>
    from tests.benchmark.data.h2oai.datagen_groupby import generate_group_by_data
tests\benchmark\data\h2oai\datagen_groupby.py:20: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
_______________ ERROR collecting tests/docs/test_user_guide.py ________________
ImportError while importing test module 'D:\a\polars\polars\py-polars\tests\docs\test_user_guide.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
tests\docs\test_user_guide.py:9: in <module>
    import matplotlib as mpl
.venv\Lib\site-packages\matplotlib\__init__.py:[16](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:17)1: in <module>
    from . import _api, _version, cbook, _docstring, rcsetup
.venv\Lib\site-packages\matplotlib\cbook.py:24: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
_________________________ ERROR collecting tests/unit _________________________
.venv\Lib\site-packages\numpy\core\__init__.py:[24](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:25): in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.[26](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:27).4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\unit\conftest.py:13: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
_________________________ ERROR collecting tests/unit _________________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:1[30](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:31): in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\unit\conftest.py:13: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:1[35](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:36): in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
_________________________ ERROR collecting tests/unit _________________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:50: in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:[48](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:49)8: in _call_with_frames_removed
    ???
tests\unit\conftest.py:13: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
_________________________ ERROR collecting tests/unit _________________________
.venv\Lib\site-packages\numpy\core\__init__.py:24: in <module>
    from . import multiarray
.venv\Lib\site-packages\numpy\core\multiarray.py:10: in <module>
    from . import overrides
.venv\Lib\site-packages\numpy\core\overrides.py:8: in <module>
    from numpy.core._multiarray_umath import (
E   ImportError: PyCapsule_Import could not import module "datetime"

During handling of the above exception, another exception occurred:
.venv\Lib\site-packages\numpy\__init__.py:130: in <module>
    from numpy.__config__ import show as show_config
.venv\Lib\site-packages\numpy\__config__.py:4: in <module>
    from numpy.core._multiarray_umath import (
.venv\Lib\site-packages\numpy\core\__init__.py:[50](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:51): in <module>
    raise ImportError(msg)
E   ImportError: 
E   
E   IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
E   
E   Importing the numpy C-extensions failed. This error can happen for
E   many reasons, often due to issues with your setup or how NumPy was
E   installed.
E   
E   We have compiled some common reasons and troubleshooting tips at:
E   
E       https://numpy.org/devdocs/user/troubleshooting-importerror.html
E   
E   Please note and check the following:
E   
E     * The Python version is: Python3.13 from "D:\a\polars\polars\py-polars\.venv\Scripts\python.exe"
E     * The NumPy version is: "1.26.4"
E   
E   and make sure that they are the versions you expect.
E   Please carefully study the documentation linked above for further help.
E   
E   Original error was: PyCapsule_Import could not import module "datetime"

The above exception was the direct cause of the following exception:
<frozen importlib._bootstrap_external>:1026: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests\unit\conftest.py:13: in <module>
    import numpy as np
.venv\Lib\site-packages\numpy\__init__.py:135: in <module>
    raise ImportError(msg) from e
E   ImportError: Error importing numpy: you should not try to import numpy from
E           its source directory; please exit the numpy source tree, and relaunch
E           your python interpreter from there.
=========================== short test summary info ===========================
ERROR tests/benchmark - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/benchmark - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/benchmark - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/benchmark - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/docs/test_user_guide.py
ERROR tests/unit - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/unit - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/unit - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
ERROR tests/unit - ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python interpreter from there.
============================== 9 errors in 3.[52](https://github.com/pola-rs/polars/actions/runs/13028905853/job/36343617978?pr=20969#step:11:53)s ==============================

@github-actions github-actions bot added build Changes that affect the build system or external dependencies python Related to Python Polars labels Jan 29, 2025
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.32%. Comparing base (96a2d01) to head (c4ed9b3).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20969      +/-   ##
==========================================
- Coverage   79.34%   79.32%   -0.02%     
==========================================
  Files        1579     1579              
  Lines      224319   224319              
  Branches     2573     2573              
==========================================
- Hits       177976   177951      -25     
- Misses      45755    45780      +25     
  Partials      588      588              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant