File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fgivenx: Functional Posterior Plotter
33=====================================
44:fgivenx: Functional Posterior Plotter
55:Author: Will Handley
6- :Version: 2.1.13
6+ :Version: 2.1.15
77:Homepage: https://github.com/williamjameshandley/fgivenx
88:Documentation: http://fgivenx.readthedocs.io/
99
@@ -301,6 +301,7 @@ PR will be accepted before you spend effort coding it.
301301
302302Changelog
303303=========
304+ :v2.1.15: Additional plot tests
304305:v2.1.13: Further bug fix in test suite for image comparison
305306:v2.1.12: Bug fix in test suite for image comparison
306307:v2.1.11: Documentation upgrades
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def test_plot_lines_no_ax():
8686
8787
8888@image_comparison (baseline_images = ['plot_lines_downsample' ], extensions = ['pdf' ])
89- def test_plot_lines_no_ax ():
89+ def test_plot_lines_downsample ():
9090 x , fsamps = gen_line_data ()
9191 plt .subplots ()
9292 plot_lines (x , fsamps , downsample = 50 )
You can’t perform that action at this time.
0 commit comments