Fix warnings.
This commit is contained in:
@@ -22,11 +22,11 @@ impl Kernel for Exponential {
|
||||
1
|
||||
}
|
||||
|
||||
fn state_mean(&self, t: f64) -> Array1<f64> {
|
||||
fn state_mean(&self, _t: f64) -> Array1<f64> {
|
||||
Array1::zeros(1)
|
||||
}
|
||||
|
||||
fn state_cov(&self, t: f64) -> Array2<f64> {
|
||||
fn state_cov(&self, _t: f64) -> Array2<f64> {
|
||||
array![[1.0]] * self.var
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user