We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94cda4b + 686d0f1 commit 9bfa192Copy full SHA for 9bfa192
modules/viz/misc/python/test/test_viz_simple.py
@@ -179,7 +179,7 @@ def test_viz_show_cloud_random_color(self):
179
def test_viz_show_cloud_masked(self):
180
dragon_cloud,_,_ = cv.viz.readCloud(self.find_file("viz/dragon.ply"))
181
182
- qnan = np.NAN
+ qnan = np.nan
183
for idx in range(dragon_cloud.shape[0]):
184
if idx % 15 != 0:
185
dragon_cloud[idx,:] = qnan
0 commit comments