Ticket #51 (new defect)
test_pynnio and test_klustakwik on windows
| Reported by: | sgarcia | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2.1 |
| Component: | io | Keywords: | |
| Cc: |
Description
I have this under windows and pythonxy 2.7: I think it is simple to handle
====================================================================== ERROR: test_write_segment (main.TestPyNNNumpyIO_Spikes)
Traceback (most recent call last):
File "test_pynnio.py", line 54, in tearDown
os.remove(self.test_file)
WindowsError?: [Error 32] Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus: 'test_file_spikes.npz'
====================================================================== ERROR: test1 (neo.test.io.test_klustakwikio.testWriteWithFeatures) Create clu and fet files based on spiketrains in a block.
Traceback (most recent call last):
File "C:\Users\samuel\Desktop\neo\neo\test\io\test_klustakwikio.py", line 285,
in test1
delete_test_session(dirname)
File "C:\Users\samuel\Desktop\neo\neo\test\io\test_klustakwikio.py", line 328,
in delete_test_session
os.remove(fi)
WindowsError?: [Error 32] Le processus ne peut pas accÚder au fichier car ce fich ier est utilisÚ par un autre processus: 'C:\\Users\\samuel\\Desktop\\neo\\neo\\t est\\io\\files_for_tests/klustakwik/test4\\base2.fet.0'
