Skip to content

Commit

Permalink
removed some more issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mengaldo committed Nov 6, 2020
1 parent 66facfa commit 53c2589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ It can be installed using `pip` or directly from the source code.
Mac and Linux users can install pre-built binary packages using pip.
To install the package just type:
```bash
> pip install pyspod
> pip install pyspod
```
To uninstall the package:
```bash
> pip uninstall pyspod
> pip uninstall pyspod
```

### Installing from source
Expand Down Expand Up @@ -254,7 +254,7 @@ Please, [contact me](mailto:gianmarco.mengaldo@gmail.com) if you used PySPOD for

**PySPOD** is currently developed and mantained by

* [Gianmarco Mengaldo](mailto:gianmarco.mengaldo@gmail.com).
* [Gianmarco Mengaldo](mailto:gianmarco.mengaldo@gmail.com).

Contact me by email for further information or questions about **PySPOD**, or suggest pull requests.
Contributions improving code and documentation, as well as suggestions about new features are more than welcome!
Expand Down
1 change: 0 additions & 1 deletion pyspod/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ def plot_mode_tracers(modes, freq_required, freq, coords_list, x=None, vars_idx=

# get width and height figure
wsize = figsize[0]
hsize = figsize[1]

# calculate period and time vector
n_points = 100
Expand Down
1 change: 0 additions & 1 deletion pyspod/spod_low_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from tqdm import tqdm
from numpy import linalg as la
from scipy.fft import fft
import warnings
import psutil

# binding to fftw with interfaces to scipy and numpy
Expand Down

0 comments on commit 53c2589

Please sign in to comment.