ml-energy / zeus

Deep Learning Energy Measurement and Optimization
https://ml.energy/zeus
Apache License 2.0
180 stars 24 forks source link

Type checking with `pyright` #26

Closed jaywonchung closed 2 months ago

jaywonchung commented 9 months ago

Currently Zeus is type annotated but we don't run static type checking in CI. We should.

We can put microsoft/python-type-stubs as a git submodule and run pyright to get reasonable type checking even for third party libraries like pandas.