Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with json output #57

Open
bdpedigo opened this issue Nov 26, 2024 · 1 comment
Open

Issue with json output #57

bdpedigo opened this issue Nov 26, 2024 · 1 comment

Comments

@bdpedigo
Copy link
Contributor

from nglui import statebuilder as sb

root_id = 864691136137805181

state_dict = sb.make_neuron_neuroglancer_link(client, root_id, return_as="json")

gives

TypeError: ChainedStateBuilder.render_state() got an unexpected keyword argument 'ngl_url'

the same thing runs without changing return_as

@bdpedigo
Copy link
Contributor Author

df, return_as=return_as, ngl_url=ngl_url, target_site=target_site
this line passes in ngl_url
but I don't see that kwarg defined for either StateBuilder or ChainedStateBuilder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant