You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the package using conda and running the nosetests I get the following error:
======================================================================
ERROR: Test RankTwoGeminal.template_params.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sfias/miniconda3/envs/fanci/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/mnt/c/Users/stijn/horton/olsens/wfns/wfn/geminal/test/test_rank2_approx.py", line 80, in test_rank2_geminal_template_params
template = test.template_params
File "/mnt/c/Users/stijn/horton/olsens/wfns/wfn/geminal/rank2_approx.py", line 73, in template_params
return full_to_rank2(template, rmsd=0.01)
File "/mnt/c/Users/stijn/horton/olsens/wfns/wfn/geminal/rank2_approx.py", line 446, in full_to_rank2
'matrix'.format(deviation))
ValueError: Rank-2 coefficient matrix has RMSD of 0.20454745240896396 with the full-rank coefficient matrix
----------------------------------------------------------------------
Skip test `test_rank2_geminal_template_params` because it does not work
all the time. In producing `template_params`, random noise is added and
some of the random noise would cause errors.
This test is skipped to play well with Travis. At the moment, rank2
approximation is not too important, so it is not absolutely essential to
fully cover the code.
Issue #59 and PR #63 address this problem, but it is not yet resolved.
Until it become resolved, this test can be skipped
Since random numbers are introduced, the template_params is not
determininstic and causes some headache with testing on different
systems (see Issue #59 and PR #63). Even still, random numbers are
introduced to easily obtain "unbaised" denominator that gives
determinant that are approximately 1 (at the very least, nonsingular)
I installed the package using conda and running the nosetests I get the following error:
my
conda list
is the followingI'm not sure if I missed something...
The text was updated successfully, but these errors were encountered: