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
With the revised timeline layout #126 using a single timeline, we introduced the following constraints:
All runs have same epoch length
The granularity of all runs is equal
To meet this requirements we have to extend the run selector. After the user selects the first run all incompatible runs (i.e., different epoch length and granularity) are disabled in the selector. This way we prevent mixing incompatible runs.
The text was updated successfully, but these errors were encountered:
Malevo should only show all the relevant runs which can be compared. It's a simple filtering functionality that avoids errors due to incompatible granularities. If we don't want the user to encounter this type of error we simply only show compatible runs in the selection window.
Maybe you have a better idea how to solve this but we should not require the user to handle this.
I think the solution to filter the runs based on the first selection is simple and effective. This way we can handle multiple compatible run sets in our interface without letting the user run into compatibility problems.
With the revised timeline layout #126 using a single timeline, we introduced the following constraints:
To meet this requirements we have to extend the run selector. After the user selects the first run all incompatible runs (i.e., different epoch length and granularity) are disabled in the selector. This way we prevent mixing incompatible runs.
The text was updated successfully, but these errors were encountered: