Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace numpy.concat() -> numpy.concatenate()
numpy.concat() is an alias to numpy.concatenate(), available in numpy >= 2.0. To support older numpys, we should use concatenate() instead.
- Loading branch information