Change shape split output

Issue #36 closed
Eric Harper created an issue

Right now an array of [1000, 3] split into two becomes [1000, 2, 3] instead of [2000, 3]. This should be fixed.

Comments (3)

  1. Eric Harper reporter

    This is really old, and won't matter since this will get merged into Euclid? Honestly this probably can be done with numpy anyway, and doesn't need to be part of freud.

  2. Log in to comment