precice / fenics-adapter

preCICE-adapter for the open source computing platform FEniCS
GNU Lesser General Public License v3.0
29 stars 15 forks source link

Remove checks for FEniCS and python3 #182

Closed BenjaminRodenberg closed 1 month ago

BenjaminRodenberg commented 1 month ago

I removed the checks for the following reasons:

  1. FEniCS check turns out problematic in #181
  2. If we follow the recommended installation procedure pip install . the warnings are not shown. The warnings only appear for the deprecated python3 setup.py install

We can check for the python version (and potentially also FEniCS) when moving to pyproject.toml in a better way (see #179).