mathieulagrange / doce

Doce is a python library designed to help you handling the complexity of computational experiments.
Apache License 2.0
8 stars 2 forks source link

selecting from multiple plans with experiment.metric.get #181

Closed cyrusvahidi closed 2 years ago

cyrusvahidi commented 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'