fmihpc / analysator

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

read_interpolated_fsgrid_variable() bug fix #246

Closed kostahoraites closed 2 weeks ago

kostahoraites commented 3 weeks ago

fixed small bugs in read_interpolated_fsgrid_variable(). The function was having trouble interpolating masked arrays, or fs grid vector variable data.

alhom commented 2 weeks ago

Merge conflict remains, otherwise ok.

kostahoraites commented 2 weeks ago

is that because jonas's PR was basically fixing the same line?

--> indeed that seems to be the case. I'll edit to include his solution.