10000 extra carriage returns in test_numexpr is breaking this module · Issue #309 · pydata/numexpr · GitHub
[go: up one dir, main page]

Skip to content
extra carriage returns in test_numexpr is breaking this module #309
@pjm4github

Description

@pjm4github

this chunk of code is broken:

   method.description = ('test_expressions(%s, test_scalar=%r, '

                          'dtype=%r, optimization=%r, exact=%r)') \

                        % (expr, test_scalar, dtype.__name__, optimization, exact)

The line extension is not operating correctly. Change to this:

   method.description = ('test_expressions(%s, test_scalar=%r, '
                          'dtype=%r, optimization=%r, exact=%r)') \
                        % (expr, test_scalar, dtype.__name__, optimization, exact)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0