precice / python-bindings

Python language bindings for preCICE
https://precice.org
GNU Lesser General Public License v3.0
22 stars 12 forks source link

Support preCICE Exception system #173

Open BenjaminRodenberg opened 1 year ago

BenjaminRodenberg commented 1 year ago

In https://github.com/precice/precice/pull/1594 we are currently introducing an exception system for preCICE. We should also support this in the python bindings.

Some necessary steps that I see here:

BenjaminRodenberg commented 1 month ago

As soon as https://github.com/precice/precice/pull/2065 is merged we should be able to start working on this issue.