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
When I click to open the top two Tax-Brain results (the graph and the Aggregate Results table), it opens smoothly, and the X button closes it smoothly. But the bottom "Tables" result consistently freezes up, both when opening it and when closing it with the top-right X. I've reproduced the behavior in multiple simulation runs.
It also freezes other Tax-Brain tabs if I have them open.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue @MaxGhenis. It freezes because it's loading a ton of tables, and it takes a bit for bokeh to load the data and get back to being responsive.
One thing that might help improve responsiveness is to make each table with the bokeh tables widget instead of directly embedding the HTML table:
When I click to open the top two Tax-Brain results (the graph and the Aggregate Results table), it opens smoothly, and the X button closes it smoothly. But the bottom "Tables" result consistently freezes up, both when opening it and when closing it with the top-right X. I've reproduced the behavior in multiple simulation runs.
It also freezes other Tax-Brain tabs if I have them open.
The text was updated successfully, but these errors were encountered: