MHKiT-Python
MHKiT-Python copied to clipboard
Ignoring All Future warnings
trafficstars
MHKiT currently ignores all future warnings.
This might not be the best practice because:
- It hides potentially important deprecation notices from dependencies
- It could mask issues that will need to be addressed in future updates
- 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