Skip to content

Commit 53c2589

Browse files
committed
removed some more issue
1 parent 66facfa commit 53c2589

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ It can be installed using `pip` or directly from the source code.
6666
Mac and Linux users can install pre-built binary packages using pip.
6767
To install the package just type:
6868
```bash
69-
> pip install pyspod
69+
> pip install pyspod
7070
```
7171
To uninstall the package:
7272
```bash
73-
> pip uninstall pyspod
73+
> pip uninstall pyspod
7474
```
7575

7676
### Installing from source
@@ -254,7 +254,7 @@ Please, [contact me](mailto:[email protected]) if you used PySPOD for
254254

255255
**PySPOD** is currently developed and mantained by
256256

257-
* [Gianmarco Mengaldo](mailto:[email protected]).
257+
* [Gianmarco Mengaldo](mailto:[email protected]).
258258

259259
Contact me by email for further information or questions about **PySPOD**, or suggest pull requests.
260260
Contributions improving code and documentation, as well as suggestions about new features are more than welcome!

pyspod/postprocessing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,6 @@ def plot_mode_tracers(modes, freq_required, freq, coords_list, x=None, vars_idx=
10081008

10091009
# get width and height figure
10101010
wsize = figsize[0]
1011-
hsize = figsize[1]
10121011

10131012
# calculate period and time vector
10141013
n_points = 100

pyspod/spod_low_storage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from tqdm import tqdm
99
from numpy import linalg as la
1010
from scipy.fft import fft
11-
import warnings
1211
import psutil
1312

1413
# binding to fftw with interfaces to scipy and numpy

0 commit comments

Comments
 (0)