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
Functions dependent on unfinished calculations are returning errors that Shiny returns as warnings to the console until the calculations they depend on are completed. These warnings aren't indicative of errors, just mistimed function evaluations, but they are spamming the console and if there are important warnings/errors, they're being buried in the noise.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is part of the same problem but when I run Shiny, the tSNE clusters are not shown on the screen. I have to manually select PCA then reselect tSNE to get the clusters to display.
Hi Paul,
Issue #39 refers to that problem. It just cropped up recently, and I'm in the midst of tracking down the cause. In the meantime, toggling inputs as you describe is the work-around. Sorry for the inconvenience!
Functions dependent on unfinished calculations are returning errors that Shiny returns as warnings to the console until the calculations they depend on are completed. These warnings aren't indicative of errors, just mistimed function evaluations, but they are spamming the console and if there are important warnings/errors, they're being buried in the noise.
The text was updated successfully, but these errors were encountered: