fmihpc / analysator

Python based package for analyzing vlsv files produced by Vlasiator
GNU General Public License v2.0
5 stars 32 forks source link

VlsvReader.check_variable does not check for datareducers -> plot_iso… #199

Closed alhom closed 1 year ago

alhom commented 1 year ago

…surface fails for them. VlsvReader.read_variable pipeline already handles missing variables, so we can use that. Now also uses exceptions instead of printouts and random return values.