Martynas Dervinis

Results 10 issues of Martynas Dervinis

**Describe the bug** I get the following error when I try to read NWB files (Visual Coding Neuropixels experiment) after loading them with NWBHDF5IO function of pynwb package: ``` Traceback...

bug

After installation and running ```py.test``` I get the following error: ``` (bmtk-env) user@user-S5520SC:~/bmtk/bmtk$ py.test =========================================================================================== test session starts =========================================================================================== platform linux -- Python 3.10.4, pytest-7.1.1, pluggy-1.0.0 rootdir: /home/user/bmtk collected 322...

Is there an abfwrite equivalent for matlab?

I get this error by executing this line: ``` derivedData = mat73.loadmat('some_mat_file.mat') ```

Hi, After following developer installation instructions and attempting to launch Phy, I get the following error: ``` $ phy template-gui params.py Traceback (most recent call last): File "/home/martynas-cph/phy/bin/phy", line 33,...

### What happened? The issue has originally been reported [here](https://github.com/AllenInstitute/AllenSDK/issues/2513#issuecomment-1208227325). ### Steps to Reproduce ```matlab Refer to the allensdk issue ``` ### Error Message ```matlab Refer to the allensdk issue...

I get the following error when attempting to run mountainsort5: ``` sorting = ms5.sorting_scheme2(recording=recording_cached, sorting_parameters=params) Traceback (most recent call last): File "/mnt/c/Users/m329786/code_repositories/nwb2spikesort/master_file.py", line 150, in sorting = ms5.sorting_scheme2(recording=recording_cached, sorting_parameters=params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

``` Exception has occurred: RuntimeError The size of tensor a (16) must match the size of tensor b (2561540) at non-singleton dimension 0 File "C:\Users\m329786\code_repositories\nwb2spikesort\run_kilosort4.py", line 57, in run_kilosort(settings=settings, probe_name=probe_file,...

This is the full error output: ``` Exception has occurred: SpikeSortingError Spike sorting error trace: Traceback (most recent call last): File "/home/m329786/anaconda3/envs/si_env/lib/python3.11/site-packages/spikeinterface/sorters/basesorter.py", line 270, in run_from_folder SorterClass._run_from_folder(sorter_output_folder, sorter_params, verbose) File...

sorters