Tom Davidson

Results 49 comments of Tom Davidson

Between the differential recording and the CAR, I'd be surprised if there is much more common-mode noise you could expect whitening to reject. Pinging @magland for his thoughts on single-channel...

We now have (tested) install instructions for new users (using Conda) and for developers. - [ ] Developer instructions need some discussion of npm link - [ ] Missing are...

Yeah--I like the idea of something that behaves like an installer, but has a full package manager/virtualenv on the backend. I'm sure there are equivalent/similar things out there using containers...

I just uploaded a couple single-file installers to https://github.com/flatironinstitute/mountainlab-conda/releases . These suffer from the problems mentioned above (they are huge, and they clobber all sorts of stuff on your path,...

Just tested using the installer to install to the /envs/ folder of an existing conda install. Interestingly, the new install does show up as a new conda env (i.e. you...

For reference, a project that uses Conda under the hood as part of a more sophisticated system-wide install is [The Littlest JupyterHub (tljh)](https://github.com/jupyterhub/the-littlest-jupyterhub), out of Berkeley(?) which aims to be...

- [ ] install python, scipy etc (+ml_ephys, ml_ms4alg, ephys_viz ...?) in Travis environment. See example travis.yml that installs miniconda, etc: https://github.com/Anaconda-Platform/nb_conda_kernels/blob/master/.travis.yml - [ ] run pipelines in examples/ (but...

Here's a page on using conda with Travis: https://conda.io/docs/user-guide/tasks/use-conda-with-travis-ci.html

Made some progress towards this on my conda-build branch, got Travis to install conda and build this package. Remaining question: where should we do ‘integration testing’ of mountainlab & packages....

[FWIW, Pretty sure that test/test.sh (the script run by 'npm test') is not the right place for this, since it will require pulling in and setting up other packages. ]...