We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060de5c commit d93978eCopy full SHA for d93978e
README.md
@@ -30,11 +30,9 @@
30
## Table of contents
31
32
* [Description](#description)
33
-
34
* [Installation and dependencies](#installation-and-dependencies)
35
* [Installing via PIP](#installing-via-pip)
36
* [Installing from source](#installing-from-source)
37
38
* [Documentation](#documentation)
39
* [Testing](#testing)
40
* [Tutorials](#tutorials)
tutorials/climate/ERA5_MSLP_2D/ERA5_MSLP_2D.py
@@ -1,7 +1,6 @@
1
import os
2
import sys
3
import time
4
-import warnings
5
import xarray as xr
6
import numpy as np
7
from pathlib import Path
0 commit comments