-
Notifications
You must be signed in to change notification settings - Fork 15
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
tukey_gauss_qsym_pml example does not work but gauss_qsym_pml not #90
Comments
(.venv) aek27@dcc-login-03 /work/aek27/TestingFemTools2021/QsymTry1 $ cat slurm-3390753.out INFO:fem.mesh.GenMesh:872176/872176 nodes written to nodes.dyn INFO:fem.mesh.GenMesh:843750/843750 elements written to elems.dyn STARTED: Thu Feb 25 14:40:51 2021 HOST: dcc-ultrasound-01 Traceback (most recent call last): File "/var/spool/slurmd/job3390753/slurm_script", line 36, in
File "/work/aek27/.venv/lib/python3.8/site-packages/fem/mesh/GaussExc.py", line 42, in generate_loads
File "/work/aek27/.venv/lib/python3.8/site-packages/fem/mesh/GaussExc.py", line 80, in read_process_nodes
File "/work/aek27/.venv/lib/python3.8/site-packages/fem/mesh/GaussExc.py", line 249, in calc_tukey_amp
File "/work/aek27/.venv/lib/python3.8/site-packages/fem/mesh/GaussExc.py", line 276, in tukey_z_scale
File "/work/aek27/.venv/lib/python3.8/site-packages/scipy/init.py", line 141, in
File "/work/aek27/.venv/lib/python3.8/site-packages/scipy/_lib/_ccallback.py", line 1, in
File "_ccallback_c.pyx", line 210, in init scipy._lib._ccallback_c File "/opt/apps/rhel7/python-3.8.1/lib/python3.8/ctypes/init.py", line 7, in
ImportError: libffi.so.7: cannot open shared object file: No such file or directory |
The unit test is passing just fine: https://github.com/mlp6/fem/blob/main/tests/test_GaussExc.py |
Doesn't appear to be a bug; might be an issue with activating the venv. |
unclear if this is a python3.8 issue or if the tukey example is a dead end that should be removed.
The text was updated successfully, but these errors were encountered: