np.meshgrid generates unexpected output shapes when using non-finite values
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-13
numpy meshgrid nan inf data-cleaning
I'm working with NumPy version 1.22.0 and trying to create a meshgrid from two arrays that contain some non-finite values (NaNs and Infs). However, the output s...