Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Temporary patch to allow annotation to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
RCollins13 committed Oct 11, 2018
1 parent be35ee0 commit d9b8b02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions svtk/annotation/annotate_intersection.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ def disruption_type(hit_type, svtype):
'BOTH-INSIDE': 'DISRUPTING',
'ONE-INSIDE': 'DISRUPTING',
'SPAN': 'DISRUPTING'},
'CPX': {
'BOTH-INSIDE': 'DISRUPTING',
'ONE-INSIDE': 'DISRUPTING',
'SPAN': 'DISRUPTING'},
}

return disruptions[svtype][hit_type]
Expand Down

0 comments on commit d9b8b02

Please sign in to comment.