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
----------------------------------------------------------------------
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...