Rename fs -> io

This commit is contained in:
RunasSudo 2022-10-15 14:07:54 +11:00
parent 70fba04b2f
commit 49b9230484
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
from .bayes_factors import bayesfactor_afbf from .bayes_factors import bayesfactor_afbf
from .distributions import beta_oddsratio, beta_ratio, hdi, transformed_dist from .distributions import beta_oddsratio, beta_ratio, hdi, transformed_dist
from .fs import pickle_read_compressed, pickle_read_encrypted, pickle_write_compressed, pickle_write_encrypted from .io import pickle_read_compressed, pickle_read_encrypted, pickle_write_compressed, pickle_write_encrypted
from .regress import PenalisedLogit, regress, vif from .regress import PenalisedLogit, regress, vif
from .sig_tests import anova_oneway, chi2, mannwhitney, pearsonr, ttest_ind from .sig_tests import anova_oneway, chi2, mannwhitney, pearsonr, ttest_ind