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.