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

error in get_body_position: get_skeletons has no verbose arg #6

Open
jefferis opened this issue Aug 7, 2022 · 3 comments
Open

error in get_body_position: get_skeletons has no verbose arg #6

jefferis opened this issue Aug 7, 2022 · 3 comments

Comments

@jefferis
Copy link
Member

jefferis commented Aug 7, 2022

s = get_skeletons(bodyid, server=server, node=node, verbose=False)

Not sure if this is active code. From R, but:

> dt$get_body_position(bodyid=13116L)
Error in py_call_impl(callable, dots$args, dots$keywords) : 
  TypeError: get_skeletons() got an unexpected keyword argument 'verbose'

Detailed traceback:
  File "/Users/jefferis/Library/r-miniconda/envs/r-reticulate/lib/python3.8/site-packages/dvid/fetch.py", line 1044, in get_body_position
    s = get_skeletons(bodyid, server=server, node=node, verbose=False)
@schlegelp
Copy link
Contributor

Thanks for flagging, this was indeed still active. Should be fixed now with 0.4.0.

@schlegelp
Copy link
Contributor

JUST FYI: I'm currently fixing another issue with that function.

@schlegelp
Copy link
Contributor

schlegelp commented Aug 7, 2022

See my message on #dvid-admin on the FlyEM Slack: I ran into an issue where asking the DVID server for voxels inside a bounding box returns an HTTP error. Unfortunately, get_body_position will not work until that is fixed on the server side.

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

2 participants