Skip to content

[BUG] Error: No extension registered which can handle flow when using 'get_flow()' with reinstantiate=True #1626

@EmanAbdelhaleem

Description

@EmanAbdelhaleem

Details

When trying to use get_flow(1) with reinstantiate=True the following error is raised:
ValueError: No extension registered which can handle flow: 1 (openml.evaluation.EuclideanDistance).

It's the same with all the different flow ids I have tried.

To reproduce

from openml.flows.functions import get_flow
flow = get_flow(1, reinstantiate=True)

Expected Behaviour

Things should work.

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