Hi, I am new to Dedalus (and Linux). When I tried installing Dedalus in the recommended way and did the recommended test to see whether installation was succesful, I got the following summary:
FAILED miniconda3/envs/dedalus/lib/python3.8/site-packages/dedalus/tests/test_bvp.py::test_gaussian_free[Hermite-128-float64]
FAILED miniconda3/envs/dedalus/lib/python3.8/site-packages/dedalus/tests/test_bvp.py::test_gaussian_free[Hermite-128-complex128]
FAILED miniconda3/envs/dedalus/lib/python3.8/site-packages/dedalus/tests/test_evp.py::test_qho_dense_evp[Hermite-128-complex128]
======= 3 failed, 172 passed, 24 skipped, 2 xfailed, 2 warnings in 7.06s =======
What I did was first installing conda and miniconda, and then just copied all the things that were in the instruction of the recommended installation into the terminal. There was also a statement about " custom MPI/FFTW/HDF5 libraries", which I did not understand and therefore I skipped. My questions are:
1) what could be the origin of the failures? (it seems to be about Hermite, this is an additional feature right? (The default would be a chebyshev basis)
2) does the fact that 172 processes were succesful mean I can already use dedalus?
3) when installation of dedalus is succesful does that mean one can automatically import all the things that are necessary to do dedalus computation in any Python editor or does one need to connect it somehow? (I did notice that dedalus is available as an installation package in PyCharm, but when I do this this gives an error) or is it only possible to use it in the terminal in which I have activated dedalus? (so then one should find how to run python from bash and just copy paste the code into there?)