- 29 Nov, 2018 8 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
Resolve "More information than just "Unable to create plot."" Closes #10 See merge request !5
-
Eva Schiffer authored
-
Eva Schiffer authored
Ensure value range isn't 0.0 #20 Closes #20 See merge request !11
-
Eva Schiffer authored
-
Eva Schiffer authored
Convert from optparse to argparse #15 See merge request !8
-
Eva Schiffer authored
Resolve "RuntimeWarning with stats when stddev==0.0" Closes #19 See merge request !10
-
-
- 28 Nov, 2018 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 06 Nov, 2018 1 commit
-
-
Alan De Smet authored
Force the range to be -0.1 through 0.1. This is what matplotlib does anyway, and this suppresses a warning.
-
- 21 Sep, 2018 1 commit
-
-
Alan De Smet authored
-
- 19 Sep, 2018 1 commit
-
-
Alan De Smet authored
Slightly simpler, smaller, and easier to style. As a bonus, you can copy/paste them.
-
- 18 Sep, 2018 1 commit
-
-
Alan De Smet authored
-
- 05 Sep, 2018 1 commit
-
-
Alan De Smet authored
-
- 15 Aug, 2018 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 20 Mar, 2018 3 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 28 Jul, 2017 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 21 Jul, 2017 1 commit
-
-
Eva Schiffer authored
-
- 17 Jul, 2017 4 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
Eva Schiffer authored
-
Eva Schiffer authored
adding extra checks when variable data is loaded to prevent crashing and some cosmetic changes to html report output
-
- 20 Apr, 2017 1 commit
-
-
Eva Schiffer authored
added global and variable attributes to report pages; fixed bug in the io module that was causing global attributes to never be loaded; corrected the behavior for purple marking circles behind small numbers of mismatch points and added that behavior to some other kinds of mismatch plots
-
- 11 Apr, 2017 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 04 Apr, 2017 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
fixing variable sync in the gui and making a preliminary change to improve statistic display precision
-
- 03 Apr, 2017 1 commit
-
-
Eva Schiffer authored
-
- 16 Mar, 2017 4 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
Raise built-in open exceptions if file inaccessible
-
Eva Schiffer authored
Keep going if reportGen encounters a string variable
-
Eva Schiffer authored
Smart GUI variable selection
-
- 13 Mar, 2017 2 commits
-
-
Alan De Smet authored
If we had a file open in that "slot" (A or B) already, and the selected variable name is also present in the new file, pick that. If that doesn't work, check to see if the selected variable name in the other file (B or A) is present, and if so pick that. Otherwise stick with the existing default: the first item. This should speed things up a little bit when bouncing between files, as the variable the user is most likely interested will already be selected.
-
Alan De Smet authored
In the GUI, if the user changes the A variable, and the A and B variables were the same, try to change the B variable to match. Changed from catching activated to currentIndexChanged, as the former doesn't work when the selection is programmatically changed.
-
- 09 Mar, 2017 1 commit
-
-
Eva Schiffer authored
-