soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
442 stars 131 forks source link

Fix VisibleDeprecationWarning #630

Closed ivanovmg closed 3 years ago

ivanovmg commented 4 years ago

Fixes https://github.com/soft-matter/trackpy/issues/629

tacaswell commented 4 years ago

This seems to break on newer versions of scipy?

ivanovmg commented 4 years ago

This seems to break on newer versions of scipy?

Actually I get the same errors in tests locally on the master branch. So, looks like the problem with the build failing is not caused by the changes introduced.

tacaswell commented 4 years ago

https://travis-ci.org/github/soft-matter/trackpy/builds/707634015 passed (about a month ago).

tacaswell commented 4 years ago

I just added a weekly cron-job to re-run master, lets see what CI has to say for its self...

anntzer commented 3 years ago

I can confirm this already test is broken as of master. Actually looking at its contents it is unclear to me how it can have passed before, as it seems to check that the computed drift from a set of random walkers is exactly zero (it should be close to zero, certainly, but not exactly zero).

Edit: I guess this is being tracked at https://github.com/soft-matter/trackpy/pull/640.

caspervdw commented 3 years ago

The VisibleDeprecation warning is now solved as part of #641. I am trying to address other test failures as well.