gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
314 stars 348 forks source link

fix typo that caused variable not to be initialized #4802

Closed ahnitz closed 3 months ago

ahnitz commented 3 months ago

In the distribution marginalization class, there is a variable with a spelling error that causes it to not be initialized. Most of the time this is not a problem, but I've found some corner cases where this might actually result in an error. There are some functions which check if this variable is set, and hence if isn't initialized it will fail.