提交 f0d4b93d authored 作者: Frederic Bastien's avatar Frederic Bastien

fix path loading of file in test.

上级 84bb365d
import sys, time import os, sys, time
import numpy import numpy
import theano import theano
...@@ -32,7 +32,8 @@ utt.seed_rng() ...@@ -32,7 +32,8 @@ utt.seed_rng()
# 12 streams # 12 streams
# 7 substreams for each stream # 7 substreams for each stream
# 5 samples drawn from each substream # 5 samples drawn from each substream
java_samples = numpy.loadtxt('samples_MRG31k3p_12_7_5.txt') java_samples = numpy.loadtxt(os.path.join(os.path.split(theano.__file__)[0],
'sandbox','samples_MRG31k3p_12_7_5.txt'))
def test_deterministic(): def test_deterministic():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论