Fix warnings.
This commit is contained in:
@@ -29,7 +29,7 @@ pub trait Kernel {
|
||||
b
|
||||
}
|
||||
|
||||
fn noise_cov(&self, t0: f64, t1: f64) -> Array2<f64> {
|
||||
fn noise_cov(&self, _t0: f64, _t1: f64) -> Array2<f64> {
|
||||
/*
|
||||
mat = self.noise_effect.dot(self.noise_density).dot(self.noise_effect.T)
|
||||
#print(g)
|
||||
|
||||
Reference in New Issue
Block a user