(self, t)
| 73 | """ Legacy functions to work with SiT Sampler """ |
| 74 | |
| 75 | def compute_alpha_t(self, t): |
| 76 | return self.alpha_t(t), self.alpha_dt_t(t) |
| 77 | |
| 78 | def compute_sigma_t(self, t): |
| 79 | """Compute the noise coefficient along the path""" |
no test coverage detected