try:
    from wafo import cov2mod
except ImportError:
    warnings.warn('Compile the cov2mod.pyd again!')
    cov2mod = None