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

neuprint_connection_table does not pass on by.roi when progress=T #70

Closed
jefferis opened this issue Feb 4, 2020 · 1 comment
Closed
Assignees

Comments

@jefferis
Copy link
Contributor

jefferis commented Feb 4, 2020

> head(neuprint_connection_table(c(818983130, 1796818119), by.roi=TRUE))
      bodyid    partner prepost   roi ROIweight weight
1  818983130 5901202409       0 AL(R)        28     28
2 1796818119 5901202409       0 AL(R)        28     28
3 1796818119 1825789179       0 AL(R)        25     25
4  818983130 1825789179       0 AL(R)        24     24
5 1796818119 1671620613       0 AL(R)        22     22
6 1796818119 1796813992       0 AL(R)        17     17
> head(neuprint_connection_table(c(818983130, 1796818119), by.roi=TRUE, progress = T))
  |++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s  
      bodyid    partner prepost weight
1  818983130 5901202409       0     28
2 1796818119 5901202409       0     28
3 1796818119 1825789179       0     25
4  818983130 1825789179       0     24
5 1796818119 1671620613       0     22
6 1796818119 1796813992       0     17

@jefferis jefferis self-assigned this Feb 4, 2020
@jefferis
Copy link
Contributor Author

jefferis commented Feb 5, 2020

closed by 16f1219

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