Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Nov 14, 2018
1 parent 14c94b8 commit b68463b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
TEST_CMD: "python -m unittest discover --verbose"
NUMPY_VERSION: "1.14"
CONDA_CHANNELS: "conda-forge"
# ase and biopython are only required for tests
CONDA_DEPENDENCIES: "numpy spglib pycifrw ase biopython"
PIP_DEPENDENCIES: ""

Expand Down
4 changes: 2 additions & 2 deletions crystals/lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def frac_mesh(*xi, indexing="xy"):

def mesh(self, *xi, indexing="xy"):
"""
Real-space coordinate arrays from fractional coordinate vectors.
Cartesian coordinate arrays from fractional coordinate vectors.
Parameters
----------
Expand All @@ -237,7 +237,7 @@ def mesh(self, *xi, indexing="xy"):
Returns
-------
out1, out2, out3 : `~numpy.ndarray`
Real-space oordinate arrays.
Real-space (cartesian) coordinate arrays.
Raises
------
Expand Down

0 comments on commit b68463b

Please sign in to comment.