-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I'm slightly confused by the line below data generator for the simple copy task.
data[:, 0] = 1 |
It seems to be manually setting part of the data to be 1. I'm not sure what the reason for this is, and it seems to be causing the first value in the output array to mess up sometimes, and removing it doesn't seem to hurt performance or break anything. What is this line intended to do?
Thanks for the help!
Metadata
Metadata
Assignees
Labels
No labels