Fixes, upgrade, and stuff
This commit is contained in:
@@ -94,7 +94,7 @@ impl DifferenceModel {
|
||||
fn process_items(&self, items: &[&str], sign: f64) -> Vec<(usize, f64)> {
|
||||
items
|
||||
.iter()
|
||||
.map(|key| (self.storage.get_id(&key), sign))
|
||||
.map(|key| (self.storage.get_id(key), sign))
|
||||
.collect()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user