TRI-ML / dgp

ML Dataset Governance Policy for Autonomous Vehicle Datasets
https://tri-ml.github.io/dgp/
MIT License
94 stars 62 forks source link

fix: fixing the numpy dtype warnings > v1.19 #117

Closed wadimkehl closed 1 year ago

wadimkehl commented 1 year ago

This PR fixes some warning we encounter when calling numpy functions. According to numpy, these changes are safe.


This change is Reviewable

tk-woven commented 1 year ago

FYI the commitlint check requires your commit message to be formatted as

type: brief explanation
<empty line>
Longer explanation

where type is the usual feat, fix, docs, etc. from conventional commits.

tk-woven commented 1 year ago

I should give an explicit example :)

fix: fix the numpy dtype warnings for numpy > v1.19
wadimkehl commented 1 year ago

Yeah, thanks Tyler. I'm aware that the commitlinter is constantly complaining. I didn't pay enough attention to understand that the linter is checking every single commit in that branch, not only the latest. Did a soft reset to the offending commit, and force-pushed the corrected commit message.