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
While I'm trying to set up github actions to use pytest. I've came across an error on ubuntu systems for only python 3.9, python 3.10, python=3.11 and for windows system, python=3.9,3.10,3.11. It passes on my own system and python=3.7
The test is test_compute_differential_operator_integrals_multiarray in test_diff_operator_int.
It seems that they both return nans. Note this requires to fix the test as done in #151
Python=3.7, I'll get the following value: order, angmom_a, angmom_b: [3 0 0] [2 1 0] [2 0 0] -0.0007958223786576885
Python-3.10, I'm getting this array to be all infinity and nans
The error comes from teh normalization factor calculated in
I'll close the issue, as it seems OK. Good to remember as there seems to be some (not entirely relevant, it seems, though) recent progress on scipy.special.factorial2.
Describe the bug
While I'm trying to set up github actions to use pytest. I've came across an error on ubuntu systems for only python 3.9, python 3.10, python=3.11 and for windows system, python=3.9,3.10,3.11. It passes on my own system and python=3.7
The test is
test_compute_differential_operator_integrals_multiarray
in test_diff_operator_int.It seems that they both return
nans
. Note this requires to fix the test as done in #151Python=3.7, I'll get the following value: order, angmom_a, angmom_b:
[3 0 0] [2 1 0] [2 0 0] -0.0007958223786576885
Python-3.10, I'm getting this array to be all infinity and nans
The error comes from teh normalization factor calculated in
gbasis/tests/test_diff_operator_int.py
Line 283 in f0ad9db
which comes from the factorial2
To Reproduce
Expected behaviour
Screenshots
See the run: https://github.com/theochem/gbasis/actions/runs/7491475696/job/20392775547?pr=151
System Information:
Additional context
The text was updated successfully, but these errors were encountered: