You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: