- 15 Aug, 2018 1 commit
-
-
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
-
- 08 Mar, 2017 1 commit
-
-
Eva Schiffer authored
-
- 28 Dec, 2016 1 commit
-
-
Alan De Smet authored
If the file is inaccessible, raise the same Exception the built-in global open() would. This makes for more specific and helpful errors. This is done by doing an experimental open() on the file and not catching anything.
-
- 21 Dec, 2016 2 commits
-
-
Eva Schiffer authored
-
Eva Schiffer authored
-
- 20 Dec, 2016 1 commit
-
-
Alan De Smet authored
Old behavior was to raise an uncaught exception. Now it reports a warning and continues onward.
-
- 12 Dec, 2016 1 commit
-
-
Eva Schiffer authored
Statistics now work on scalar values (0d arrays)
-
- 07 Dec, 2016 1 commit
-
-
Eva Schiffer authored
support GUI Display Data on 0d variables
-
- 05 Dec, 2016 1 commit
-
-
Alan De Smet authored
For variables who shape is "0" (that is, a simple scalar value), statistics calculations now work. Although many of the statistics are silly, this is useful for report generation. Implementation: DataObject has a new function "holding_array" which in most cases returns itself. But if self.data.shape==0, it returns a copy of itself with self.data's scalar value tossed into a single element array. Now that the data is an array, as expected, the statistics code works fine.
-
- 12 Aug, 2016 5 commits
-
-
Eva Schiffer authored
"Data shape" shows single value arrays directly
-
Eva Schiffer authored
Typo fix (Historgram->Histogram)
-
Eva Schiffer authored
add --parsable, formatting info output for parsing
-
Eva Schiffer authored
if glance info can't read files, return non-zero
-
Eva Schiffer authored
Sort variables in output from stats & inspectStats.
-
- 10 Aug, 2016 3 commits
-
-
Alan De Smet authored
"glance info --parsable" now outputs the results in tab deliminated format, repeating the filename on each line, making it easier to parse programmatically. Additional fields may be added later! At the moment only supports "info". May add support for other formats later.
-
Alan De Smet authored
In glance gui, if a variable has only a single value, it will be displayed directly in the "Data shape" field.
-
Alan De Smet authored
-