From 26592117a0e45af1a1521432b1b87ce676e6bd09 Mon Sep 17 00:00:00 2001 From: BFedder <80363742+BFedder@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:48:08 +0100 Subject: [PATCH] Update tests/test_edr.py Co-authored-by: Irfan Alibay --- tests/test_edr.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_edr.py b/tests/test_edr.py index 83eea4e..b5c9606 100644 --- a/tests/test_edr.py +++ b/tests/test_edr.py @@ -180,9 +180,6 @@ def test_edr_to_dict_matches_edr_to_df(): assert array_df.equals(ref_df) -# TODO: write test that ImportError is raised when pandas not installed - - def read_xvg(path): """ Reads XVG file, returning the data, names, and precision.