For some files the batch evaluation crashes and the BMicro closes. It seems that this happens after the Evaluation is finished and the file is supposed to be saved. If the file is evaluated as a single file this issue does not occur.
Debug mode gives the following error:
Traceback (most recent call last):
File "C:\Users\tbeck\Desktop\BEVal Python\BMicro\bmicro\gui\evaluation\evaluation_view.py", line 523, in refresh_ui
if session.evaluation_model().nr_brillouin_peaks > 1:
AttributeError: 'NoneType' object has no attribute 'nr_brillouin_peaks'
python-BaseException
For some files the batch evaluation crashes and the BMicro closes. It seems that this happens after the Evaluation is finished and the file is supposed to be saved. If the file is evaluated as a single file this issue does not occur.
Debug mode gives the following error: