BrillouinMicroscopy / BMicro

Python GUI for post-measurement Brillouin microscopy analysis.
GNU General Public License v3.0
4 stars 0 forks source link

Batch evaluation crashes #259

Open Tianbe opened 1 year ago

Tianbe commented 1 year ago

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
Tianbe commented 1 year ago

crash file.zip

example files that caused a crash