8000 Uncomment line and hopefully fix the bug · lesteve/numpy@7c9cf40 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 7c9cf40

Browse files
committed
Uncomment line and hopefully fix the bug
1 parent c7855cb commit 7c9cf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/multiarray/arraytypes.c.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ static void
37733773
else {
37743774
out[i] = in[i];
37753775
}
3776-
// printf("out[i]: %f\n", out[i]);
3776+
printf("out[i]: %f\n", out[i]);
37773777
}
37783778
}
37793779
}

0 commit comments

Comments
 (0)
0