https://github.com/Microsoft/CNTK
Revision a26e542c8866ddd0b02e4e6e1b11bf8d94c224e9 authored by Bowen Bao on 23 August 2018, 22:21:34 UTC, committed by Bowen Bao on 24 August 2018, 04:28:06 UTC
- newer version numpy has a different print format for arrays and scalars that would potentially break the doctests.
1 parent 28ada96
Raw File
Tip revision: a26e542c8866ddd0b02e4e6e1b11bf8d94c224e9 authored by Bowen Bao on 23 August 2018, 22:21:34 UTC
update conftest.py to resolve doctest issue.
Tip revision: a26e542
.gitmodules
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
[submodule "external/gsl"]
	path = external/gsl
	url = https://github.com/Microsoft/GSL.git
	branch = d846fe5
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnx_repo"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnx_repo
	url = https://github.com/onnx/onnx.git
back to top