hmc-whisk / jsLDA

A React based version of jsLDA with brand new features added on
Other
0 stars 0 forks source link

Two clicks on run iteration button causes infinite processing #28

Closed Tats777 closed 4 years ago

Tats777 commented 4 years ago

While testing through the code, I encountered a bug when two clicks on the run iteration button caused infinite processing. I'm not too sure how we can fix this or whether we should fix this because this issue was found to be present in the original jslda as well.

xandaschofield commented 4 years ago

My vote is that we try to fix this if we can -- it's one I've run into in the original and it's a pain, particularly since it leads to lots of re-rendering IIRC.