The twas submodule produces two FutureWarning errors, i.e.
haptwas/src/afcn/_twas.py:96: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
assoc_df = pd.concat([assoc_df,
The
twassubmodule produces twoFutureWarningerrors, i.e.