Barry Martin

Results 3 comments of Barry Martin

Was having the same issues running `conda install pytorch torchvision torchaudio -c pytorch -y` where ffmpeg and pytorch were failing with 403s. I kept trying repeatedly and was finally successful.

Using the `values` attribute to use the underlying numpy arrays works ```python tke(ds.uwind.values, ds.vwind.values, ds.wwind.values) ```