Caleb Geniesse

Results 26 comments of Caleb Geniesse

Hi @ErnestJohnston, thanks for reporting this! We are in the process of resolving this error in PR [24](https://github.com/braindynamicslab/dyneusr/pull/24). I'll report back here when that PR is merged.

@ErnestJohnston, I just merged PR [24](https://github.com/braindynamicslab/dyneusr/pull/24), so feel free to pull and let me know if you have any further issues. I will work on deploying a new pip installable...

There is a special undocumented option I added awhile back to help shift the cover bins a bit, so that points near the boundaries were accounted for properly. See `scale_limits=True`...

For more context, when I use `scale_limits=True`, I get the following: ```python >>> cover.limits array([[-0.04466667, 1.04466667], [-0.04466667, 1.04466667]]) ``` ```python >>> cube_centers = cover.fit(lens) >>> cube_centers [array([-0.01262745]), array([0.05145098]), array([0.11552941]), array([0.17960784]),...

@kristiandroste looping you in here

Glad to hear you were able to resolve the issue, but thanks for letting me know! I think this should be fixed in the latest version of dyneusr — I...

hi, thanks for reporting! i think i can resolve the problem by including `lens` as an explicit keyword argument in `draw_networkx`, so that it won't be included with the extra...

okay just merged https://github.com/braindynamicslab/dyneusr/pull/22 i'll let you know as soon as version `0.3.11` is available on pypi

@sciencecasey version [`0.3.11`](https://pypi.org/project/dyneusr/0.3.11) is now available on pypi hope this resolves the issue, but let me know if you have any other problems!

@jsmentch, thanks for reporting! definitely looks familiar, and pretty sure it is due to some lazy coding on my part sorry for the delay, but should have this resolved for...