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
In a recent change (see PR #551) I refactored the code that adds up the number of scenarios or datasets that have differences. It looks like I introduced a bug because the tabs in the model-check summary page are now showing the total number of rows rather than the number of rows with significant differences:
The problematic code is here:
The text was updated successfully, but these errors were encountered:
The code was changed accidentally to calculate the total number of rows. It needs to be changed back similar to how it was before, where we subtract the "without diffs" count from the total number of rows.
In a recent change (see PR #551) I refactored the code that adds up the number of scenarios or datasets that have differences. It looks like I introduced a bug because the tabs in the model-check summary page are now showing the total number of rows rather than the number of rows with significant differences:
The problematic code is here:
The text was updated successfully, but these errors were encountered: