Tom Davidson

Results 13 issues of Tom Davidson

Uses the $CONDA_EXE environment variable to find conda, rather than assuming it's on the path. Inspired by (and fixes the same problems as: https://github.com/Anaconda-Platform/nb_conda_kernels/pull/79 ) Also adds Travis testing for...

The spec allows for the labeling of dimensions of datasets in the spec, but these are not used by pynwb. For example, the spec for a behavior.Position group includes the...

category: proposal
priority: medium

(per discussion with @bendichter) For extension creators, it would be helpful to detect when a created extension is not supported by `get_class`, and warn that custom python classes need to...

category: enhancement
priority: low

I just figured out that we are still pulling in code from magland/{mlclient,kbclient,lariclient}. This makes it hard to make consistent changes across the codebase. For example, kbclient was not updated...

After we merge kbclient into this repo (#80), fix it the same way we did for #78 to make it observe the proper location of the config directory.

Not sure what this is for, but it seems to be using obsolete temp directory naming conventions. https://github.com/flatironinstitute/mountainlab-js/blob/ea13adbf584b3989b4dbdc4ddef600a7d593c2f7/utilities/matlab/mdaio/pathify32.m#L9 https://github.com/flatironinstitute/mountainlab-js/blob/ea13adbf584b3989b4dbdc4ddef600a7d593c2f7/utilities/matlab/mdaio/pathify64.m#L9

In several places the install instructions for ML processor packages presume that these are well-formed python packages (1) git clone; (2)pip install; (3)ml-link-python-module). This led to confusion in our lab,...

docs

A standalone, single-step installer that does not require installing, configuring, or using Conda. Conda [constructor](https://github.com/conda/constructor) is the tool used to create custom Conda distributions (like miniconda, Anaconda, etc). It creates...

enhancement

Can we add a -V or --version flag (or both) to the following tools. Handy for debugging user installs, path issues, etc. - [ ] mlproc (and derivatives: ml-list-processors, etc)....

enhancement