Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:pybrain/pybrain.git
Browse files Browse the repository at this point in the history
  • Loading branch information
schaul committed Mar 21, 2013
2 parents b5843c0 + 6e1bd1e commit 37f401e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybrain/structure/modules/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, indim, outdim, name=None, **args):
dimension of outdim."""
self.setArgs(name=name, **args)

# Make sure that it does not matter wether Module.__init__ is called
# Make sure that it does not matter whether Module.__init__ is called
# before or after adding elements to bufferlist in subclasses.
# TODO: it should be possible to use less than these buffers. For some
# methods, an error is not completely necessary. (e.g. evolution)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
>>> m.radius
1.189207115002...
>>> m.radiusSquared
1.414213562373...
1.41421356237309...
This gives us hypecube sidelength of
Expand Down

0 comments on commit 37f401e

Please sign in to comment.