cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
257 stars 56 forks source link

Complete missing docstrings across OMLT codebase #153

Open jezsadler opened 3 weeks ago

jezsadler commented 3 weeks ago

ruff linting revealed the following missing docstrings:

For each of these we should provide a docstring, unless it makes sense to change to private.

For now I've set ruff to ignore these error codes - once the docstrings are completed we should turn that checking back on again.