I'm having troubles loading a numpy matrix. I successfully saved it to disk through:
self.q.dump(fileName)
and now I want to be able to load it. From what I understand, the load command should do the trick:
self.q.load(fileName)
but it seems not. Anyone knows what might be wrong? Maybe the function is not called load?