chao-peng / numpy

The fundamental package for scientific computing with Python.
https://numpy.org
Other
0 stars 0 forks source link

Fix meshgrid() for 3 or more input arrays #2

Open mentatbot[bot] opened 3 months ago

mentatbot[bot] commented 3 months ago

Resolved the issue where meshgrid() was producing incorrect results for 3 or more input arrays. Updated the implementation to handle higher dimensions correctly and added corresponding test cases to ensure proper functionality.

Closes #1

chao-peng commented 2 months ago

@MentatBot