Updated the name of the variable data_samples_long to data_samples
#4
by
kaddy-does-ml
- opened
The code contained a dictionary named data_samples
. The for loop in the original code looped over a variable named data_samples_long
which throws a NameError
exception because there is no variable named data_samples_long
in the code snippet; it is supposed to be data_samples
as defined earlier.
kaddy-does-ml
changed pull request status to
closed
kaddy-does-ml
changed pull request status to
open