Skip to content

Commit

Permalink
relax threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jan 23, 2018
1 parent e4cfaaf commit 5de2935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import basicdrawPng from './basicdraw.png';
import afterresizePng from './afterresize.png';
import afterparamChange from './afterparamchange.png';

const THRESHOLD = 0.40;
const THRESHOLD = 0.65;
const PIXEL_DIFF = 64;

describe('TagCloudVisualizationTest', function () {
Expand Down

0 comments on commit 5de2935

Please sign in to comment.