Skip to content

Commit d958af1

Browse files
Further bug fixes to image comparison
1 parent e77a7d2 commit d958af1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
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.12
6+
:Version: 2.1.13
77
:Homepage: https://github.com/williamjameshandley/fgivenx
88
:Documentation: http://fgivenx.readthedocs.io/
99

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

7272
.. code:: bash
7373
74+
pip install pytest pytest-mpl
7475
export MPLBACKEND=Agg
75-
pytest
76+
pytest <fgivenx-install-location>
77+
7678
# or, equivalently
79+
git clone https://github.com/williamjameshandley/fgivenx
80+
cd fgivenx
7781
python setup.py test
7882
7983
Check the dependencies listed in the next section are installed. You can then
@@ -105,6 +109,7 @@ Documentation:
105109
Tests:
106110

107111
* `pytest <https://pypi.org/project/pytest/>`__
112+
* `pytest-mpl <https://pypi.org/project/pytest-mpl/>`__
108113

109114
Optional extras:
110115

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

291296
Changelog
292297
=========
298+
:v2.1.13: Further bug fix in test suite for image comparison
293299
:v2.1.12: Bug fix in test suite for image comparison
294300
:v2.1.11: Documentation upgrades
295301
:v2.1.10: Added changelog

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_version(short=False):
4040
'getdist_chains': ['getdist']
4141
},
4242
tests_require=['pytest', 'pytest-mpl'],
43+
include_package_data=True,
4344
license='MIT',
4445
classifiers=[
4546
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)