Skip to content

Commit

Permalink
Missing xarray package - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraMonforte committed Jul 15, 2024
1 parent df149df commit 6bb7c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glidertest/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from skyfield import api
from skyfield import almanac
from tqdm import tqdm
import xarray as xr


def grid2d(x, y, v, xi=1, yi=1):
Expand Down

0 comments on commit 6bb7c6c

Please sign in to comment.