Skip to content

Commit

Permalink
fixed pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
seeholza committed Feb 29, 2016
1 parent 7f76a58 commit 35c8972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodynex/hopfield_network/hopfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def run(self, t_max=20, mu=0, flip_ratio=0, do_plot=True):
t_max (float, optional): Timesteps to simulate
mu (int, optional): Pattern number to use
as initial pattern for the network state (< P)
flip_ratio (int, optional): ratio of randomized pixels.
flip_ratio (int, optional): ratio of randomized pixels.
For example, to run pattern #5 with 5% flipped pixels use
``run(mu=5,flip_ratio=0.05)``
do_plot (bool, optional): Plot the network as it is
Expand Down

0 comments on commit 35c8972

Please sign in to comment.