Hello,<br><br>I am having problem while trying to memory map a simple file (attached as test.txt)<br><br>In IPython<br><br>data = memmap('test.txt', mode='r', dtype=double, shape=(3,5))<br><br>data<br><br>memmap([[  3.45616501e-86,   4.85780149e-33,   4.85787493e-33,<br>
          5.07185821e-86,   4.85780159e-33],<br>       [  4.85787493e-33,   5.07185821e-86,   1.28444278e-57,<br>          1.39804066e-76,   4.85787506e-33],<br>       [  4.83906715e-33,   4.85784273e-33,   4.85787506e-33,<br>
          4.83906715e-33,   4.85784273e-33]])<br><br>which is not what is in the file. Tried different dtype float options, but always the same result.<br><br>Could you tell me what could be wrong?<br><br>Thanks...<br><br clear="all">
Gökhan<br>