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

Fix/dvid nodes #32

Merged
merged 4 commits into from
Sep 29, 2021
Merged

Fix/dvid nodes #32

merged 4 commits into from
Sep 29, 2021

Conversation

jefferis
Copy link
Contributor

@@ -89,6 +89,7 @@ compute_clio_delta <- function(x, test=TRUE, write_empty_fields = FALSE) {
clio_annots <- manc_body_annotations(body_ids,
update.bodyids = FALSE,
test = test)
if (length(clio_annots) == 0) return(x)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dokato I added this check because I got a test error

Error in UseMethod("filter") : 
  no applicable method for 'filter' applied to an object of class "list"

triggered by https://github.com/flyconnectome/malevnc/blob/8a5c77a41b0010c1f390a1c4d39a27fe431b88ec/tests/testthat/test-clio.R#L14

Perhaps there was a change in the content of the test clio database.

@jefferis jefferis merged commit a918b52 into master Sep 29, 2021
@jefferis jefferis deleted the fix/dvid-nodes branch September 29, 2021 10:48
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

Successfully merging this pull request may close these issues.

1 participant