Skip to content

Commit

Permalink
fix backlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Jan 10, 2024
1 parent bde096d commit c45c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/common/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::error::Error;
use redis::Client;

use crate::model::{storage::Storage, inference::marginalized_inference_probability};

use crate::model::choose::compute_backlinks;
use super::interface::ScenarioMaker;


Expand Down

0 comments on commit c45c57c

Please sign in to comment.