Ajayrama Kumaraswamy
Ajayrama Kumaraswamy
Currently in master:easygui/boxes/fileboxsetup.py, line 67, allFileTypeObject is being inserted into position 0 of filetypeObjects. This causes the filemask "*" to be the first option and the specified filetype as option,...
## Description When `skimage.draw.rectangle` gets float inputs for `start` and `end`, the output is also float, which is unexpected as the docs say that the outputs should be array of...
Hi Here is an example with nixio v1.3.0 import nixio as nix import numpy as np nixFile = nix.File.open('test.h5') blk = nixFile.create_block('TestBlock', 'Test') da = blk.create_data_array('TestDA', 'Test', data=np.random.rand(50)) da.unit =...
Dear Neo development team I am trying to import an SMR file using neo.Spike2IO. The sampling rate of one of the read analog signals is different from what is shown...