Skip to content

Commit

Permalink
Temporarily diabled offset mode due to crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgeiszler committed Mar 18, 2024
1 parent b97ec3f commit dedc8cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public int compareTo(DPair arg0) {
}

//this will merge peaks that should not be split if operating in massoffset mode
if (offsetMode == true) {
if (false) { //TODO temportarily disabling offset mode due to crashes
ArrayList<Integer> popDPs = new ArrayList<>();
Arrays.sort(mos);
int[] nmos = new int[mos.length]; //holds the max number of peaks that should be present near an mo
Expand Down

0 comments on commit dedc8cb

Please sign in to comment.