Cryosparc v2.14.3-live_privatebeta version

Hi,
My data processing (select 2D classes) currently is failing and showing the error message described as below. I have Cryosparc v2.14.3-live_privatebeta version on the work station. Does anybody have any ideas what the problem comes from? It looks like this is a pure python coding problem referencing lists out of index. (Thanks in advance)

! [CPU: 322.8 MB] Traceback (most recent call last):
File “cryosparc2_master/cryosparc2_compute/run.py”, line 82, in cryosparc2_compute.run.main
File “cryosparc2_compute/jobs/select2D/run.py”, line 253, in run
fig_group_included = plotutil.plot_images_simple(particles_included_to_plot[particle_include_idxs[:9]], rows=3, cols=3, radwn=6, figscale=0.6)
IndexError: index 4 is out of bounds for axis 0 with size 4

There is a patch - see link: Select 2D classes - IndexError in v2.14.2

Thank you olibclarke!