We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1793b20 commit fb32fd1Copy full SHA for fb32fd1
1 file changed
test/test_cav_trainer.py
@@ -281,6 +281,7 @@ def pack_data_iters(df):
281
cav_trainer.tpcav_score("AC0001:GATA-PROP:GATA", attributions)
282
283
cav_trainer.plot_cavs_similaritiy_heatmap([attributions,]*2, fscore_thresh=0.0, motif_meme_file="data/motif-clustering-v2.1beta_consensus_pwms.test.meme")
284
+ cav_trainer.plot_cavs_similaritiy_heatmap(attributions, fscore_thresh=0.0, motif_meme_file="data/motif-clustering-v2.1beta_consensus_pwms.test.meme")
285
286
input_attrs = tpcav_model.input_attributions(
287
pack_data_iters(random_regions_1),
0 commit comments