I'm having problems loading the numpy matrix. I successfully saved it to disk via:
self.q.dump(fileName)
and now I want to be able to download it. From what I understand, the load command should do the trick:
self.q.load(fileName)
but this is not so. Does anyone know what could be wrong? Maybe the function is not called load?
python numpy
devoured elysium
source share