Skip to content

'CandidateBlockingResult' object has no attribute 'print_summary_statistics' #145

Description

@nilbahaaeddine

In the following code:

from blocklib import generate_candidate_blocks
block_obj_alice = generate_candidate_blocks(alice['data'], blocking_config, header=alice['columns'])
block_obj_alice.print_summary_statistics()

By executing the following line:
block_obj_alice.print_summary_statistics()

I got the error

AttributeError: 'CandidateBlockingResult' object has no attribute 'print_summary_statistics'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions