提交 d9c292b9 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Minor update to test run instructions in doc/troubleshooting.txt

上级 f35aa65b
...@@ -107,13 +107,14 @@ Also, check the following outputs : ...@@ -107,13 +107,14 @@ Also, check the following outputs :
theano.__version__ theano.__version__
Once you have installed Theano, you should run the test suite. Once you have installed Theano, you should run the test suite in the ``tests`` directory.
.. code-block:: bash .. code-block:: bash
python -c "import numpy; numpy.test()" python -c "import numpy; numpy.test()"
python -c "import scipy; scipy.test()" python -c "import scipy; scipy.test()"
THEANO_FLAGS=''; python -c "import theano; theano.test()" pip install pytest
THEANO_FLAGS='' pytest tests/
All Theano tests should pass (skipped tests and known failures are normal). If All Theano tests should pass (skipped tests and known failures are normal). If
some test fails on your machine, you are encouraged to tell us what went some test fails on your machine, you are encouraged to tell us what went
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论