pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
144 stars 30 forks source link

CI: schedule weekly tests #148

Closed martinfleis closed 2 years ago

martinfleis commented 2 years ago

We should have scheduled tests running to catch potential issues with new versions sooner than we do any PR.

martinfleis commented 2 years ago

Ah, sorry for that linting.

martinfleis commented 2 years ago

Not sure why is pycno failing now. It seems that there was some change somewhere, not a major one though.

>       assert_almost_equal(pyc.TOT_POP.sum(), 1794618.503, decimal=3)
E       AssertionError: 
E       Arrays are not almost equal to 3 decimals
E        ACTUAL: 1794618.5
E        DESIRED: 1794618.503
knaaptime commented 2 years ago

in that case would you mind cranking down the precision to decimal=1 in this PR so we're back to passing?