Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Apr 6, 2022
1 parent bc822b3 commit e57acfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cactice/grids.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def undirected_bond_distribution(


def transition_matrix(
grid: np.ndarray,
grid: np.ndaray,
neighbors: Neighbors = Neighbors.CARDINAL,
exclude_zero: bool = False) -> np.ndarray:
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

setuptools.setup(
name='cactice',
version='0.0.2',
description='Computing Agricultural Crop latTICEs',
version='0.0.3',
description='computing agricultural crop lattices',
long_description=long_description,
long_description_content_type="text/markdown",
author='Computational Plant Science Lab',
Expand Down

0 comments on commit e57acfe

Please sign in to comment.