morphapi icon indicating copy to clipboard operation
morphapi copied to clipboard

A lightweight python package to download neuronal morphologies

Results 5 morphapi issues
Sort by recently updated
recently updated
newest added

There are some todo's, and various comments that might be better as GH issues.

enhancement

I think this link has changed, so we should ensure that the data can be fetched properly.

enhancement

[Depends on NeuroM](https://github.com/brainglobe/brainglobe-meta/issues/9)

enhancement

Currently, we ignore some warnings in our tests via `pytest.ini` settings: ``` filterwarnings = ignore:distutils Version classes are deprecated:DeprecationWarning ignore:The hookimpl CovPlugin.pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning ``` Instead of ignoring...

Following https://github.com/brainglobe/morphapi/pull/76, we still fetch data from https://neuromorpho.org/dableFiles, and this fails as neuromorpho is often down. We should see if there is another way to get this data (e.g. via...

enhancement