Skip to content

Commit 300da20

Browse files
100% coverage
1 parent 3249678 commit 300da20

File tree

3 files changed

+3
-2
lines changed

3 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.16
6+
:Version: 2.1.17
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.17: 100% coverage
304305
:v2.1.16: Tests fixes
305306
:v2.1.15: Additional plot tests
306307
:v2.1.13: Further bug fix in test suite for image comparison
71.5 KB
Binary file not shown.

fgivenx/test/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def test_plot_lines_no_ax():
8989
def test_plot_lines_downsample():
9090
x, fsamps = gen_line_data()
9191
plt.subplots()
92-
plot_lines(x, fsamps, downsample=50)
92+
plot_lines(x, fsamps, downsample=200)

0 commit comments

Comments
 (0)