Skip to content

Commit

Permalink
Version 2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Aug 28, 2018
1 parent c381803 commit bd96fdd
Show file tree
Hide file tree
Showing 2 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.13
:Version: 2.1.15
: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.15: Additional plot tests
:v2.1.13: Further bug fix in test suite for image comparison
:v2.1.12: Bug fix in test suite for image comparison
:v2.1.11: Documentation upgrades
Expand Down
2 changes: 1 addition & 1 deletion fgivenx/test/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_plot_lines_no_ax():


@image_comparison(baseline_images=['plot_lines_downsample'], extensions=['pdf'])
def test_plot_lines_no_ax():
def test_plot_lines_downsample():
x, fsamps = gen_line_data()
plt.subplots()
plot_lines(x, fsamps, downsample=50)

0 comments on commit bd96fdd

Please sign in to comment.