multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Type annotations broken in wrapper generator #204

Closed LourensVeen closed 1 year ago

LourensVeen commented 1 year ago

It seems that mypy doesn't cover scripts/api_generator.py, because some of the type annotations are definitely wrong (or rather, obsolete). f_ret_type for example. We should fix the build system to run mypy on it and fix any issues that come up.