dyneusr icon indicating copy to clipboard operation
dyneusr copied to clipboard

Dynamical Neuroimaging Spatiotemporal Representations (DyNeuSR)

Results 13 dyneusr issues
Sort by recently updated
recently updated
newest added

While running the following function in the Jupyter notebook: I found the following error:

Hello, I am implementing some example code from your website. It seems that it is throwing an error, because the networkx package was updated to use to_numpy_array() instead of to_numpy_matrix()....

See PR [24](https://github.com/braindynamicslab/dyneusr/pull/24) for reports relating to an issue with `kmapper`. Several different reported errors were found to be due to an empty graph being returned by `kmapper`. These errors...

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...

dependencies

Hi there, I'm just getting started and running through your examples here:https://pypi.org/project/dyneusr/ and here: https://github.com/braindynamicslab/dyneusr/blob/master/examples/trefoil_knot/compare_lenses.py Both the versions throw the error: draw_networkx_nodes() got an unexpected keyword argument 'lens' from within...

networkx needs a lower version 2.2 and matplotlib==2.2.3 Otherwise, there are some confusing errors

Could anyone tell me how to save the shape graph annotated by my custom configuration/layout as SVG from the HTML file generated by DyNeuSR, without manually clicking any HTML links...

Hi @calebgeniesse I get the following error when I try to run your haxby examples/tutorials:

Create docker app to make it easier to install/run dyneusr (e.g. on clusters) ## TODO: - [x] setup docker script (see this [how-to](https://runnable.com/docker/python/dockerize-your-python-application)) - [ ] add integration test -...

I've been trying to install dyneusr on a singularity image and cannot import it in python. I seem to be having an issue with matplotlib backend TkAgg. I installed using...