Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert np.fabs(this_sum - censible_sum) <= 0.00004 #3

Open
avnikonenko opened this issue Feb 18, 2025 · 0 comments
Open

assert np.fabs(this_sum - censible_sum) <= 0.00004 #3

avnikonenko opened this issue Feb 18, 2025 · 0 comments

Comments

@avnikonenko
Copy link

Hello!
I run test calculations by test_predict.sh and everything was successful, while trying my own complex I got this error -

Traceback (most recent call last):
  File "predict.py", line 65, in <module>
    save_pdbs_with_per_atom_gauss_vals_in_beta(
  File "censible/censible/inference/pdbs/__init__.py", line 109, in save_pdbs_with_per_atom_gauss_vals_in_beta
    verify_summed_gauss(sums_per_pair, censible_output)
  File "censible/censible/inference/pdbs/recep_lig_complex.py", line 139, in verify_summed_gauss
    assert np.fabs(this_sum - censible_sum) <= 0.00004
AssertionError

Files: 2btr_A_H.zip
Versions:

python                    3.9.16          h2782a2a_0_cpython    conda-forge
openbabel                 3.1.1            py39h2d01fe1_9    conda-forge
smina                     2020.12.10           hd5edb52_1    conda-forge

Could you help me, please?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant