Closed fvankrieken closed 4 months ago
Breaking change from numpy 2.0.0!
https://github.com/NYCPlanning/data-engineering/actions/runs/9627004556/job/26553697935#step:6:870
It is based on string representation of an error message that we generate. Seems that using a dict within a format string now specifies type.
Numpy 2.0.0 seems cool. Happy to wait and pin to older if we feel that a x.0.0 feels slightly risky, but I would be down to just upgrade.
@fvankrieken We should probably just cast to the python int
in the failing case. Happy to make that change, if you're not already on it.
All for upgrading, otherwise.
would love to upgrade as well
@fvankrieken We should probably just cast to the python
int
in the failing case. Happy to make that change, if you're not already on it.All for upgrading, otherwise.
All yours 🙂
Fix here (created a new branch/PR so it wouldn't be overwritten)
Automated changes by create-pull-request GitHub action