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

Only use data_type constructor with scale for decimal types #15472

Merged
merged 1 commit into from
Apr 9, 2024

Commits on Apr 5, 2024

  1. Only use data_type constructor with scale for decimal types

    If we pass a scale parameter to cudf::data_type, the type_id must name
    a decimal type. This is asserted in debug mode.
    
    Without this change, one cannot use the cython wrappers when build
    with CMAKE_BUILD_TYPE=Debug.
    wence- committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    21cf7f7 View commit details
    Browse the repository at this point in the history