Skip to content

Commit

Permalink
changes the color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisk42 committed Nov 25, 2019
1 parent d4b1ac0 commit 34a6adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/analyzeDepth.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def loadCheckpoint(r):
assert False
X.append(x)

factor = (i+7)/(20+7).
factor = (i+7)/(20+7)
if results is fullResults:
c = (factor,0.,0.)
elif results is lesionResults:
Expand Down

0 comments on commit 34a6adc

Please sign in to comment.