Dear All,
On github, I have noticed that many merged pull requests had failing tests,
notably regarding the AppVeyor Python 2.7 build.
It seems a bit strange that the build is completely ignored. Is there a
specific reason behind this? Are there plans to restore the above-mentioned
build? Just curious...
Regards,
Amine
As outlined in yesterday's SO question (below) I've successfully installed and I can run examples in Python 3.6 with anaconda installation. But `View()` fails for lack of a "suitable UI toolkit".
Until I can sort that out (it's relayed to Mayavi alone and not specifically to SfePy) can someone point me to "where the answers are"? After I solve for something, there must be something like a dictionary where I can find arrays of velocities or temperatures that I can at least plot myself.
I usually do home-grown numerical analysis, I've never used a full-blown package before so I can't find my way around such a fancy environment easily. Thanks!
https://stackoverflow.com/questions/55948236/pyqt5-fails-as-suitable-ui-too…