You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems MIP is fully typed. It does not include, however, the py.typed marker file, which is required to be PEP 561-compliant, and allow users of the library to type-check their code against the type annotations.
The text was updated successfully, but these errors were encountered:
I think that before this adds value, some of the annotations need fixing, eg replacing numbers.Real with float. We found that using mypy-generated stubs yield a lot of warnings (from mypy).
It seems MIP is fully typed. It does not include, however, the py.typed marker file, which is required to be PEP 561-compliant, and allow users of the library to type-check their code against the type annotations.
The text was updated successfully, but these errors were encountered: