Hi, I'm learning to use Julia using your course materials (thanks for making it available) and noticed an issue with the usage of the ones function. The error is at cell 9 of the Basic Introduction notebook. I thought that after that error showed up, you would tell us about reading the stack trace, but looks like that isn't the case. :) Is my understanding correct that that ones doesn't directly take in an array as an argument?
Hi, I'm learning to use Julia using your course materials (thanks for making it available) and noticed an issue with the usage of the
onesfunction. The error is at cell 9 of the Basic Introduction notebook. I thought that after that error showed up, you would tell us about reading the stack trace, but looks like that isn't the case. :) Is my understanding correct that thatonesdoesn't directly take in an array as an argument?