Handling of situations where all values for a variable are nans
Compare changes
@@ -250,13 +250,12 @@ for i=1:numel(global_quantities_fieldnames)
Some summary IDS extraction was failing because some variables were filled with nans, they were completely masked and interpos was throwing an error since it was trying to interpolate empty arrays. When this happens, the variable is now filled with 1 and a warning is issued.