Closed weikang9009 closed 4 months ago
It is due to the updated numpy: https://github.com/pysal/giddy/actions/runs/9648038464/job/26608252448#step:5:208
Yeah, it affects the doctests:
So for spaghetti
, I simply updated the expected output for those failing tests.
I see. Thank you!
The only thing that changed is the __repr__
of numpy dtypes. These were always numpy objects, you just couldn't tell from the notebook output.
The tests are failing https://github.com/pysal/giddy/actions/runs/9648038464/job/26608252448#step:7:194
It seems to be due to the changed behavior of the output of numpy - in addition to outputting the value, the data type is output as well. Any thoughts on resolving this?