dwavesystems / dwave-optimization

Enables the formulation of nonlinear models for industrial optimization problems.
https://docs.ocean.dwavesys.com/en/stable/docs_optimization/index.html#index-optimization
Apache License 2.0
7 stars 18 forks source link

Fix Python warnings and add CI check for future ones #163

Closed arcondello closed 2 weeks ago

arcondello commented 2 weeks ago

Probably this is over-strict, but we've recently allowed a few warnings to creep into the Python tests. So let's try strictly checking all warnings for a while. We can always revert later if we like.