You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to let you know that the test for the answer to Ex 3.5 in Hw1 doesn't appear to be working properly. I get a correct answer for the following (obviously wrong) code:
functionnoisify(x::Number, s)
rand_num =rand()
noisy_num = x + rand_num
noisy_num =clamp(noisy_num, 0., 1.)
return noisy_num
end
Afraid I'm not not sure how to fix it though.
The text was updated successfully, but these errors were encountered:
Hi,
Just wanted to let you know that the test for the answer to Ex 3.5 in Hw1 doesn't appear to be working properly. I get a correct answer for the following (obviously wrong) code:
Afraid I'm not not sure how to fix it though.
The text was updated successfully, but these errors were encountered: