From af7b67217b206ccba2600ab48138b1fe1b9ab7f0 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 23 Jul 2024 01:47:46 -0400 Subject: [PATCH 1/2] trigger a commit to test pre-commit --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0878b3d3..bb30e2e4 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ PDFgui Graphical user interface program for structure refinements to atomic pair distribution function. -PDFgui is a friendly interface to PDFfit2 refinement engine, with many +PDFgui is a friendly interface to the PDFfit2 refinement engine, with many powerful extensions. To get started, please open the manual from the help menu and follow the tutorial instructions. A detailed description is available in the doc/Farrow-jpcm-2007.pdf paper. From 828d6bb14b6c7be06039b20508633129455ffd28 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 23 Jul 2024 02:27:27 -0400 Subject: [PATCH 2/2] adding requirements needed to run tests --- requirements/run.txt | 5 +++++ requirements/test.txt | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 requirements/run.txt create mode 100644 requirements/test.txt diff --git a/requirements/run.txt b/requirements/run.txt new file mode 100644 index 00000000..10e45f83 --- /dev/null +++ b/requirements/run.txt @@ -0,0 +1,5 @@ +numpy +wxpython +diffpy.pdffit2 +diffpy.utils +matplotlib-base diff --git a/requirements/test.txt b/requirements/test.txt new file mode 100644 index 00000000..7167f602 --- /dev/null +++ b/requirements/test.txt @@ -0,0 +1,2 @@ +pytest +freezegun