suppress_gc_pause_warning

function of dascore.utils.remote_io source

suppress_gc_pause_warning()

Do not announce the gc pause for the duration of the block.

Wrapped around format detection. There the warning is both wrong and dangerous: it claims an HDF5 read before h5py has decided the resource is HDF5, and a filter which turns warnings into errors would make the probe read as “wrong format”, silently skipping the right reader.