Skip to content

Commit

Permalink
fix debug attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Jan 6, 2025
1 parent 4587151 commit 4a3bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dr/app/beagle/tools/Partition.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ private void traverse(NodeRef node, //

// TODO Add matrix permute here to debug

private static boolean doSomethingStupid = false;
boolean doSomethingStupid = false;

if (doSomethingStupid) {
double[] prob = probabilities[category[i]];
Expand Down

0 comments on commit 4a3bae0

Please sign in to comment.