Skip to content

Commit

Permalink
Further bug fixes to image comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Aug 18, 2018
1 parent e77a7d2 commit d958af1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 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.12
:Version: 2.1.13
:Homepage: https://github.com/williamjameshandley/fgivenx
:Documentation: http://fgivenx.readthedocs.io/

Expand Down Expand Up @@ -71,9 +71,13 @@ You can check that things are working by running the test suite:

.. code:: bash
pip install pytest pytest-mpl
export MPLBACKEND=Agg
pytest
pytest <fgivenx-install-location>
# or, equivalently
git clone https://github.com/williamjameshandley/fgivenx
cd fgivenx
python setup.py test
Check the dependencies listed in the next section are installed. You can then
Expand Down Expand Up @@ -105,6 +109,7 @@ Documentation:
Tests:

* `pytest <https://pypi.org/project/pytest/>`__
* `pytest-mpl <https://pypi.org/project/pytest-mpl/>`__

Optional extras:

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

Changelog
=========
: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
:v2.1.10: Added changelog
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_version(short=False):
'getdist_chains': ['getdist']
},
tests_require=['pytest', 'pytest-mpl'],
include_package_data=True,
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d958af1

Please sign in to comment.