glwagner / dedaLES

Large Eddy Simulation with dedalus
https://dedales.readthedocs.io
GNU General Public License v3.0
33 stars 11 forks source link

Error in test #27

Open liu-ran opened 3 years ago

liu-ran commented 3 years ago

Hi, I got an error on my centos machine when installing the dedaLED and testing it by python3 -m dedalus test.

The error is as follow:

E TypeError: 'numpy.float128' object cannot be interpreted as an integer

/opt/anaconda3/envs/dedalus/lib/python3.8/site-packages/scipy/special/_basic.py:2382: TypeError

I don't know why but I really install the dedaLES along the guide.

glwagner commented 3 years ago

What is the expected outcome of python3 -m dedalus test? I've never run that command. This package doesn't have tests, unfortunately (it was only developed in a time-span of about 3-4 weeks).

I am not sure I can help much with this package as I haven't touched it for years (I am working on https://github.com/CliMA/Oceananigans.jl instead). I'm sorry about that! You might find more help in the dedalus community: https://github.com/DedalusProject. Also, if you find this package useful, I think you should advocate for it to be added there.

liu-ran commented 3 years ago

Hi @glwagner Many thanks. Now I know where I can find help.