Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST: Change jitter & jitterdodge test images
position.transform_position uses DataFrame.apply calculate the new positions for the geom. New positions that involve jittering change the RandomState. Previous versions of pandas had DataFrame.apply evaluate the first row/column twice while in pandas v1.1.0 DataFrame.apply evaluates the first row/colum only once. As the number calls to the randomstate have changed, so have the test images.
- Loading branch information