Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.mlp
Commits
9cb26058
Commit
9cb26058
authored
Jul 16, 2015
by
Tiago de Freitas Pereira
Browse files
Added a test case for
#5
parent
ffe54e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/mlp/test_machine.py
View file @
9cb26058
...
...
@@ -316,4 +316,9 @@ def test_randomness_same():
def
test_write
():
m
=
Machine
((
1
,
1
,
1
))
text
=
str
(
m
)
assert
str
(
m
)
==
"<bob.learn.mlp.Machine @(1, 1, 1) [act: f(z) = tanh(z)]>"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment