Closed pjelement closed 4 years ago
Hi @pjelement there are conflict in your PR.
Once your previous PR is merged, you need to create a new branch and track the latest upstream/master to include your merged commit.
git fetch upstream
git checkout -b fix_stack --track upstream/master
closing in favor of #263
Summary
Remove redundant code to fix axis issue and update the unit test for stack function
Related Issues
stack method not work correctly when axis set to -1
PR Overview