ADicksonLab / wepy

Weighted Ensemble simulation framework in Python
https://adicksonlab.github.io/wepy/index.html
MIT License
51 stars 20 forks source link

Move dashboard progress summary to BC section #107

Closed salotz closed 1 year ago

salotz commented 1 year ago

If simulations didn't have a BC they would fail as the main simulation section was rendering the progress summary table.

This was now moved into the BCDashboardSection where the normal logic for avoiding rendering sections is used.

Fix minor typo in REVODashboardSection