Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djsaunde committed Apr 8, 2019
1 parent 0e2bb60 commit c0fab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindsnet/network/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def get_inputs(self) -> Dict[str, torch.Tensor]:
def run(self, inpts: Dict[str, torch.Tensor], time: int, **kwargs) -> None:
# language=rst
"""
Simulation network for given inputs and time.
Simulate network for given inputs and time.
:param inpts: Dictionary of ``Tensor``s of shape ``[time, n_input]``.
:param time: Simulation time.
Expand Down

0 comments on commit c0fab38

Please sign in to comment.