From 867536295019f0cf4ba9aa9dee40b2f549966faa Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Tue, 1 Jun 2021 21:48:04 +0200 Subject: [PATCH] Minor fix in docstring --- cara/monte_carlo/sampleable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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