Skip to content

Commit

Permalink
Refactoring error made tests not pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Bonanni-Surprenant committed Jun 12, 2024
1 parent 76ee5bc commit 09e8b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jastrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ pub fn compute_jastrow_easy_to_follow(
mod test {
use super::*;
use crate::{FockState};
use blas::{ddot, dgemv};
use assert::close;
use rand::rngs::SmallRng;
use rand::{Rng, SeedableRng};
Expand Down

0 comments on commit 09e8b82

Please sign in to comment.