Skip to content

Commit 924302d

Browse files
committed
FIX: javadoc >= -> ≥
1 parent 05797e6 commit 924302d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/celltrackingchallenge/measures/TrackDataCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ one mask in a whole sequence (otherwise division by zero will occur) */
9898
public boolean shouldComplainOnEmptyImages = true;
9999

100100
/** specifies what relative proportion of the area of a GT marker must be covered in order to declare a match,
101-
it's advisable to avoid going below 0.5, the code may assume at places that overlapRatio >= 0.5 */
101+
it's advisable to avoid going below 0.5, the code may assume at places that overlapRatio ≥ 0.5 */
102102
public double overlapRatio = 0.5;
103103

104104
///GT and RES paths combination for which this cache is valid, null means invalid

0 commit comments

Comments
 (0)