Skip to content

Removing unused parameted from bayestar.localize

The localize function now has the filename parameter that is not used. Update the definition accordingly.

- def localize(coinc_psd, graceid, filename='bayestar.fits.gz', disabled_detectors=None):
+ def localize(coinc_psd, graceid, disabled_detectors=None):
Edited by Roberto DePietri

Merge request reports