updating dependencies
This commit is contained in:
parent
e3814a1be5
commit
51d37269fb
@ -7,7 +7,8 @@ from threefish.core_filenames import version_final
|
||||
from threefish.core_plot_suscept import get_grid_4, scatter_with_marginals_colorcoded
|
||||
from threefish.defaults import default_figsize
|
||||
from threefish.core_plot_colors import colors_overview
|
||||
from threefish.core_reformat import exclude_nans_for_corr, load_overview_susept
|
||||
from threefish.core_reformat import exclude_nans_for_corr
|
||||
from threefish.core_reformat_RAM import load_overview_susept
|
||||
from threefish.core_load import save_visualization
|
||||
from threefish.core_bursts import setting_overview_score
|
||||
from threefish.core_plot_labels import basename_small, label_NLI_scorename2_small, label_pearson, label_stimname_small, \
|
||||
|
@ -7,9 +7,9 @@ from matplotlib import gridspec, pyplot as plt
|
||||
|
||||
from threefish.core_calc_fft import create_full_matrix2, get_transfer_from_timesignal
|
||||
from threefish.core_reformat import chose_mat_max_value, get_axis_on_full_matrix, get_psds_ROC, \
|
||||
get_transfer_for_model_full, get_transfer_from_model, \
|
||||
load_b_public, load_stack_data_susept
|
||||
from threefish.core_reformat_RAM import convert_csv_str_to_float
|
||||
load_b_public
|
||||
from threefish.core_reformat_RAM import convert_csv_str_to_float, get_transfer_for_model_full, get_transfer_from_model, \
|
||||
load_stack_data_susept
|
||||
from threefish.core_plot_subplots import colors_suscept_paper_dots, letters_for_full_model, plt_model_full_model2, \
|
||||
plt_model_letters, \
|
||||
plt_psds_ROC, plt_RAM_perc, recalc_fr_to_DF1
|
||||
|
Loading…
Reference in New Issue
Block a user