Skip to content

Commit

Permalink
fix: fixed depth in dgp2wicker
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisochoatri committed Oct 17, 2022
1 parent fa3aaa2 commit 4d6375b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dgp/contribs/dgp2wicker/dgp2wicker/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def compute_columns(
if with_ontology_table and requested_annotations is not None:
for ann in requested_annotations:
if ann in ANNOTATION_REGISTRY:
if ann == 'depth': # DenseDepth does not require an ontology
continue
columns_to_load.append(gen_wicker_key('ontology', ann))

return columns_to_load
Expand Down

0 comments on commit 4d6375b

Please sign in to comment.