Co-authored-by: Omar Sobh <[email protected]>
Co-committed-by: Omar Sobh <[email protected]>
This commit is contained in:
Omar Sobh
2026-05-16 04:46:41 +00:00
committed by redclawsystems
parent ff81df62ce
commit d05e28a449
5 changed files with 10 additions and 11 deletions
+1
View File
@@ -264,6 +264,7 @@ fn lipinski_score(mol: &Molecule) -> u8 {
#[cfg(test)]
mod tests {
use super::*;
use drugbinder_shared::{GenerationConfig, ScreeningConfig};
#[tokio::test]
async fn test_predict_binding() {