Skip to content

Commit 9139e87

Browse files
committed
Fix calculate_r2
1 parent 13ee3cf commit 9139e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ pub fn calculate_r2s<'a>(
9494
results.lock().unwrap().extend(r2s);
9595
});
9696
});
97+
} else {
98+
break;
9799
}
98100
});
99101
}

0 commit comments

Comments
 (0)