Alexander Morley

Results 22 issues of Alexander Morley

We need to run these tests on a better server, so we can have long datasets in some tests.

We have tested datashift on short but not long recordings. We should test it on long ones.

2.5 release

- [ ] Add files to static hosting - [ ] Add download to `examples/test_eMouse_sort.py`

NB the results from this are likely to be hard to interpret without #18 Rough steps required: - [x] Run eMouse simulation in MATLAB - [x] Run Kilosort2 MATLAB version,...

Maybe it's OK as it is but something explicit like - "maybe your temporary directory has been cleaned" would be better? Ref: https://github.com/flatironinstitute/mountainlab-js/issues/72

### Docs - [ ] Audit Docs, have naive user install/test/explain - [ ] Resolve #37 (Install Instructions) ### Other - [ ] Go through error messages and make sure...

At the moment `--inputs input:file1 input:file2` is allowed but `--outputs output:file1 output:file2` isn't. Ideally they would both be allowed as it can be useful to have an array of output...

enhancement

e.g. ```js async function convert_firings(MLC, dataset_dirname, output_dirname, params, temp_dir) { for (tet = 1; tet < params.tetrodes.length+1; tet++) { MLC.addProcess({ processor_name: 'dd.convert_firings', inputs: { firings: output_dirname + '/firings.mda', params: temp_dir...

bug