提交 f04d5cee authored 作者: Mohammad Pezeshki's avatar Mohammad Pezeshki

output type as the input type

上级 92ae8731
......@@ -1718,7 +1718,7 @@ if imported_scipy_special:
expected_gamma = scipy.special.gamma
expected_gammaln = scipy.special.gammaln
expected_psi = scipy.special.psi
expected_chi2sf = lambda x, df: scipy.stats.chi2.sf(x, df)
expected_chi2sf = lambda x, df: scipy.stats.chi2.sf(x, df).astype(x.dtype)
expected_j0 = scipy.special.j0
expected_j1 = scipy.special.j1
skip_scipy = False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论