From 0de56b004dac74ae0221592293823b83c82a3c9a Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Fri, 15 Sep 2023 10:16:38 -0400 Subject: [PATCH] blackened merged files --- tests/fileformats/top/test_amber03star.py | 9 +++++---- tests/fileformats/top/test_amber03w.py | 9 +++++---- tests/fileformats/top/top.py | 6 +++--- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/tests/fileformats/top/test_amber03star.py b/tests/fileformats/top/test_amber03star.py index 26020a6f..254c62fe 100644 --- a/tests/fileformats/top/test_amber03star.py +++ b/tests/fileformats/top/test_amber03star.py @@ -31,8 +31,9 @@ class TestAmber03star(TopologyTest): "ZN", ] - @pytest.mark.xfail(gromacs.release().startswith(("2022", "2023")), - reason="issue #236 https://github.com/Becksteinlab/GromacsWrapper/issues/236") + @pytest.mark.xfail( + gromacs.release().startswith(("2022", "2023")), + reason="issue #236 https://github.com/Becksteinlab/GromacsWrapper/issues/236", + ) def test_mdrun(self, tmpdir, low_performance): - super(TestAmber03star, self).test_mdrun(tmpdir, low_performance) - + super(TestAmber03star, self).test_mdrun(tmpdir, low_performance) diff --git a/tests/fileformats/top/test_amber03w.py b/tests/fileformats/top/test_amber03w.py index 964bdfeb..3581cc96 100644 --- a/tests/fileformats/top/test_amber03w.py +++ b/tests/fileformats/top/test_amber03w.py @@ -31,8 +31,9 @@ class TestAmber03w(TopologyTest): "ZN", ] - @pytest.mark.xfail(gromacs.release().startswith(("2022", "2023")), - reason="issue #236 https://github.com/Becksteinlab/GromacsWrapper/issues/236") + @pytest.mark.xfail( + gromacs.release().startswith(("2022", "2023")), + reason="issue #236 https://github.com/Becksteinlab/GromacsWrapper/issues/236", + ) def test_mdrun(self, tmpdir, low_performance): - super(TestAmber03w, self).test_mdrun(tmpdir, low_performance) - + super(TestAmber03w, self).test_mdrun(tmpdir, low_performance) diff --git a/tests/fileformats/top/top.py b/tests/fileformats/top/top.py index 2b128912..a447ec57 100644 --- a/tests/fileformats/top/top.py +++ b/tests/fileformats/top/top.py @@ -12,10 +12,10 @@ from numpy.testing import assert_array_equal try: - from pandas.testing import assert_frame_equal + from pandas.testing import assert_frame_equal except ImportError: - # old versions of pandas - from pandas.util.testing import assert_frame_equal + # old versions of pandas + from pandas.util.testing import assert_frame_equal import pytest