Closes #144. Warnings were actually being given when running the landmarking metafeatures, so the warning filters were moved to the appropriate spot. The concerns that were raised in the issue #144 still apply in multi-applications as with warnings.catch_warnings(): is not thread safe.
Closes #144. Warnings were actually being given when running the landmarking metafeatures, so the warning filters were moved to the appropriate spot. The concerns that were raised in the issue #144 still apply in multi-applications as
with warnings.catch_warnings():
is not thread safe.