diff --git a/cara/monte_carlo/sampleable.py b/cara/monte_carlo/sampleable.py index df7a7646..95374370 100644 --- a/cara/monte_carlo/sampleable.py +++ b/cara/monte_carlo/sampleable.py @@ -79,7 +79,7 @@ class CustomKernel(SampleableDistribution): def __init__(self, variable: float_array_size_n, frequencies: float_array_size_n, kernel_bandwidth: float): - # these are resp. the random variable, the distribution + # these are resp. the random variable, the distribution # frequencies at these values, and the bandwidth of the Gaussian # kernel self.variable = variable