I'm in problem set 6 of MIT 6.00, and I'm having a little difficulty. I had to install later versions of both NumPy and madplotlib, and I think it may have screwed up the test program, because I'm pretty sure I installed it right. Anybody else had trouble with this? What do I need to do to get it running right?
How much later of a version? Things can change. It may be something is a bit different.
NumPy is 1.8.0 instead of 1.5.0 and matplotlib is 1.3.1 instead of 1.0.0. Would that only effect how the test program they created runs or will I have to figure out something different for the program I'm writing now as well?
Looks like a lot of changes in NumPy: http://www.softpedia.com/progChangelog/Numpy-Changelog-103892.html Might be able to search for the commands used and see if they are on that list. I bet there is a similar changelog for matplotlib.
Thanks! That helps a lot!
Join our real-time social learning platform and learn together with your friends!