Skip to content

Commit

Permalink
100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Aug 28, 2018
1 parent 3249678 commit 300da20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fgivenx: Functional Posterior Plotter
=====================================
:fgivenx: Functional Posterior Plotter
:Author: Will Handley
:Version: 2.1.16
:Version: 2.1.17
:Homepage: https://github.com/williamjameshandley/fgivenx
:Documentation: http://fgivenx.readthedocs.io/

Expand Down Expand Up @@ -301,6 +301,7 @@ PR will be accepted before you spend effort coding it.

Changelog
=========
:v2.1.17: 100% coverage
:v2.1.16: Tests fixes
:v2.1.15: Additional plot tests
:v2.1.13: Further bug fix in test suite for image comparison
Expand Down
Binary file modified fgivenx/test/baseline_images/test_plot/plot_lines_downsample.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion fgivenx/test/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def test_plot_lines_no_ax():
def test_plot_lines_downsample():
x, fsamps = gen_line_data()
plt.subplots()
plot_lines(x, fsamps, downsample=50)
plot_lines(x, fsamps, downsample=200)

0 comments on commit 300da20

Please sign in to comment.