We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There is an assertion message in concat.py:
if len(self.join_axes) != ndim - 1: raise AssertionError("length of join_axes must not be equal " "to {length}".format(length=ndim - 1))
From code (and from it's usage) it's obvious that word "not" is incorrect here and should be deleted.