Skip to content

Commit bd96fdd

Browse files
Version 2.1.15
1 parent c381803 commit bd96fdd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

302302
Changelog
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

fgivenx/test/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)