Skip to content

Commit

Permalink
Fix typo in code, related to asymmetric behaviour observedin issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKiaru committed Apr 23, 2024
1 parent ffb26e5 commit 6db2df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/epfl/biop/coloc/JACoP_B.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private void runColoc() {
if(thrA.matches("Use Manual Threshold Below")) thrA = String.valueOf(mThrA);
if(thrB.matches("Use Manual Threshold Below")) thrB = String.valueOf(mThrB);

if(thrA.matches("Costes Auto-Threshold") || thrA.matches("Costes Auto-Threshold")) doCostesThr = true;
if(thrA.matches("Costes Auto-Threshold") || thrB.matches("Costes Auto-Threshold")) doCostesThr = true;

// He who makes the magic happen
ImageColocalizer ic;
Expand Down

0 comments on commit 6db2df2

Please sign in to comment.