Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96a66da

Browse files
committed
Fix a semantic error in indexing unit test
1 parenta2a85ac commit96a66da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/simple/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def simple_index(verbose=False):
7070
rows=af.constant(0,1,dtype=af.Dtype.s32)
7171
b=a[:,rows]
7272
display_func(b)
73-
forrinrows:
73+
forrinrange(rows.elements()):
7474
display_func(r)
7575
display_func(b[:,r])
7676

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp