-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add units check when attempting to append new RUNs
After plotting vars from RUN_a, then selecting RUN_b in the RUNs panel, koviz tries to add curves from RUN_b to the plots present from RUN_a. If the units from RUN_a and RUN_b for the same named parameter differ, do not append RUN_b's curve. A case when this happens is the following, if one were to bring up RUN_a, select a param, then do a fourier transform, the xunits change to {Hz}. Then if one were to try and add RUN_b, the xunit for RUN_b is {s}. In this case, don't try to add the RUN_b curve since units mismatch.
- Loading branch information
1 parent
53f914d
commit c722ea5
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters