Skip to content

Commit

Permalink
Pre-paper commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Mukha committed Aug 24, 2016
1 parent 8ae3aee commit c65b2bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The package depends on the following python packages:

* ``mock``

* ``sphinxcontrib-bibtex``
* ``Spinx`` and ``sphinxcontrib-bibtex``

* ``h5py`` with support for MPI I/O.

Expand Down
2 changes: 0 additions & 2 deletions eddylicious/bin/runLundRescaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import numpy as np
import argparse
from mpi4py import MPI
from scipy.interpolate import interp1d
from scipy.integrate import simps
import h5py
from eddylicious.generators.helper_functions import *
from eddylicious.readers.foamfile_readers import read_points_from_foamfile
Expand Down
7 changes: 4 additions & 3 deletions eddylicious/generators/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ def chunks_and_offsets(nProcs, size):
Returns
-------
List of two 1d ndarrays of size nProcs. The first array contains
the chunk-size for each processor. The second array contains the
offset (starting index) for each processor.
List of two ndarrays.
The first array contains the chunk-size for each processor.
The second array contains the offset (starting index) for
each processor.
"""

# To ensure integer division later
Expand Down

0 comments on commit c65b2bd

Please sign in to comment.