From 154acbff7561bcbd972ea282471bc66283c0e351 Mon Sep 17 00:00:00 2001 From: huangmengxi Date: Wed, 31 Mar 2021 16:49:23 +0800 Subject: [PATCH] edit --- mindspore/numpy/array_creations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/numpy/array_creations.py b/mindspore/numpy/array_creations.py index 8617b3f3c6..24cc11f5ff 100644 --- a/mindspore/numpy/array_creations.py +++ b/mindspore/numpy/array_creations.py @@ -1303,7 +1303,7 @@ def meshgrid(*xi, sparse=False, indexing='xy'): [[0. 0.5 1. ]] >>> print(yv) [[0.] - [1.] + [1.]] """ _check_input_tensor(*xi) if not isinstance(sparse, bool):