MHKiT-Python icon indicating copy to clipboard operation
MHKiT-Python copied to clipboard

Ignoring All Future warnings

Open ssolson opened this issue 7 months ago • 0 comments
trafficstars

MHKiT currently ignores all future warnings.

This might not be the best practice because:

  1. It hides potentially important deprecation notices from dependencies
  2. It could mask issues that will need to be addressed in future updates
  3. It makes it harder to track which dependencies might need updates

We need to review mhkit for a more targeted approach would be where we only suppress specific warnings we have reviewed and deemed safe to ignore

ssolson avatar Mar 31 '25 16:03 ssolson