Skip to content

Suppress frame warnings

Created by: johnveitch

When reading a cache file, if it is in LAL format there are spurious errors printed, since gwpy tries to call _parse_entry_ffl first. This patch stops the spurious warnings by setting the lal debug level to 0 temporarily.

Merge request reports