graphpype icon indicating copy to clipboard operation
graphpype copied to clipboard

Neuropycon package of functions for electrophysiology analysis, can be used from ephypype and nipype

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

How can I create this environment (RADA_PATH)? because it is not in my conda and was not created by the previously suggested commands: pip install graphpype (this command is not...

When running the [tutorial](https://github.com/neuropycon/graphpype/blob/master/examples/plot_conmat_to_graph.py), the compiler return the following error ``` RuntimeError: Workflow did not execute cleanly. Check log for details 210818-01:18:44,747 nipype.workflow INFO: *********************************** 210818-01:18:44,748 nipype.workflow ERROR: could not...

The install requirements of this package state very specific versions for various packages: ```pyhton install_requires=['numpy>=1.3.0', 'statsmodels==0.8.0', 'patsy==0.5.1', 'nipype', 'configparser', "pandas==0.23.4", "xlwt", 'networkx==1.9', "matplotlib==2.2.3", "bctpy"] ``` Is it really necessary that...

The version is incorrect here: https://github.com/neuropycon/graphpype/blob/master/setup.py#L9 The development version should have a different version number.

maint