Remove need to box kernel on model
This commit is contained in:
@@ -66,7 +66,7 @@ fn nba_history() {
|
||||
Box::new(ks::kernel::Matern32::new(0.138, 1.753 * seconds_in_year)),
|
||||
];
|
||||
|
||||
model.add_item(&team, Box::new(kernel));
|
||||
model.add_item(&team, kernel);
|
||||
}
|
||||
|
||||
for (winner, loser, t) in observations {
|
||||
|
||||
Reference in New Issue
Block a user