- 30 9月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
The problem was that get_test_value and missing_test_message are recognized by nosetests as test functions, and thus test code that does "import *" from tensor/basic.py could end up trying to run these functions as tests.
-
由 delallea 提交于
Added the test in reverse order.
-
由 Frederic 提交于
-
- 29 9月, 2011 1 次提交
-
-
由 Frederic 提交于
-
- 28 9月, 2011 14 次提交
-
-
由 delallea 提交于
added some defensive programming
-
由 Ian Goodfellow 提交于
shape
-
由 goodfeli 提交于
TST: test CURAND rng when shape is a Variable
-
由 David Warde-Farley 提交于
Also renamed several arguments to make them less verbose.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 David Warde-Farley 提交于
This makes the tests pass but nosetests still segfaults.
-
由 delallea 提交于
Added "theano-cache list" to list the content of the theano cache
-
由 nouiz 提交于
Minor fixes
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Olivier Delalleau 提交于
-
- 27 9月, 2011 19 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Ian Goodfellow 提交于
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
Add tests for all the branches involving Variable that weren't tested and thus not catching that Variable was undefined.
-
由 goodfeli 提交于
More generic get_test_value
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This makes 'get_test_value' work on any object that can turned into a variable automatically, not just numpy ndarrays.
-
由 nouiz 提交于
Curand rng pep8
-
由 David Warde-Farley 提交于
Might as well not toss new code into the trunk that doesn't respect PEP8, nevermind fixing old code. This leaves alone C code with lines longer than 80 characters.
-
由 David Warde-Farley 提交于
A poster child for unit testing (or at least running pyflakes).
-
由 David Warde-Farley 提交于
Curand fix
-
由 Ian Goodfellow 提交于
'warn' or 'ignore'
-
由 Frederic 提交于
This lift one of the multiple problem that prevent the use of DebugMode.
-
由 Frederic 提交于
-
由 Ian Goodfellow 提交于
reduces # of cases where Rop succesfully runs on invalid input complete safety would require use of Assert op which disrupts optimizations, so not done for now
-
由 nouiz 提交于
Added the get_test_value function
-
- 26 9月, 2011 3 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-