Closed stefsmeets closed 1 year ago
Issue:
raise ValueError(f'No such microscope interface: `{interface}`') ValueError: No such microscope interface: `jeol_tem`
Assumption: Despite the fact that the jeol_tem.yaml file does have the line ‘interface: jeol’, it falls back to the file name?
jeol_tem.yaml
Workaround: Rename the .yaml to jeol.yaml
.yaml
jeol.yaml
Thanks @danielnrainer
Issue:
Assumption: Despite the fact that the
jeol_tem.yaml
file does have the line ‘interface: jeol’, it falls back to the file name?Workaround: Rename the
.yaml
tojeol.yaml
Thanks @danielnrainer