-
- Downloads
There was a problem fetching the pipeline summary.
Changed way to compare matplotlib results
Before, matplotlib png outputs were compared bit by bit. But, if the version of matplotlib changes, there can be some very small differences. So, now, we compare using pytest-mpl module, tolerating a given RMS on the difference between the expected and output images
parent
f7a0e33f
No related branches found
No related tags found
Pipeline #
Showing
- genomeAPCAT/qc_annote_module/genome_seq_functions.py 9 additions, 4 deletionsgenomeAPCAT/qc_annote_module/genome_seq_functions.py
- genomeAPCAT/utils.py 10 additions, 9 deletionsgenomeAPCAT/utils.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.cfg 7 additions, 2 deletionssetup.cfg
- test/data/annotate/exp_files/baseline/test_dist_l90.png 0 additions, 0 deletionstest/data/annotate/exp_files/baseline/test_dist_l90.png
- test/data/annotate/exp_files/baseline/test_dist_nbcont.png 0 additions, 0 deletionstest/data/annotate/exp_files/baseline/test_dist_nbcont.png
- test/data/annotate/exp_files/baseline/test_plot_dist.png 0 additions, 0 deletionstest/data/annotate/exp_files/baseline/test_plot_dist.png
- test/data/annotate/exp_files/res_QC_L90-test_plot_dist.png 0 additions, 0 deletionstest/data/annotate/exp_files/res_QC_L90-test_plot_dist.png
- test/data/annotate/exp_files/res_plot_distr.png 0 additions, 0 deletionstest/data/annotate/exp_files/res_plot_distr.png
- test/test_unit/test_genome_func.py 53 additions, 10 deletionstest/test_unit/test_genome_func.py
- test/test_unit/test_utils.py 8 additions, 5 deletionstest/test_unit/test_utils.py
Loading
Please register or sign in to comment