Closed cyrusvahidi closed 2 years ago
I have created multiple plans and want to select them in a notebook.
get the following error:
AttributeError Traceback (most recent call last) /tmp/ipykernel_53823/3851202595.py in <module> 6 (data, settings, header) = experiment.metric.get('triplet', 7 getattr(experiment, 'no-learn').select(selector), ----> 8 getattr(experiment, 'no-learn').output) AttributeError: 'Plan' object has no attribute 'output'
I have created multiple plans and want to select them in a notebook.
get the following error: