pyfsi / coconut

Coupling Code for Numerical Tools. The documentation can be found at
https://pyfsi.github.io/coconut/
GNU General Public License v3.0
27 stars 4 forks source link

Improve tests #212

Open hdolfen opened 10 months ago

hdolfen commented 10 months ago

The current unittests are missing some aspects due to usage of the tube case:

Is it an option to replace the Tube2d test with a test based on the BreakingDam example?

nicolasdlss commented 9 months ago

A test with multiple model parts should be included, but different meshing techniques (remeshing, spring based) should not be tested.

nicolasdlss commented 7 months ago

Running tests from PyCharm doesn't seem to work anymore in the most recent Python versions.

hdolfen commented 7 months ago

Running tests from PyCharm doesn't seem to work anymore in the most recent Python versions.

You have to add the CoCoNuT-path to your interpreter in PyCharm, because it seems to ingore the PYTHONPATH. When we looked at the issue this morning I forgot that I haven't done this for all my interpreters. Adding it solved it for me.