From 9ad3c368a3570d23f1cdd0ebd5e3229350d8ec61 Mon Sep 17 00:00:00 2001 From: Chris Fancher Date: Mon, 24 Feb 2025 10:15:05 -0500 Subject: [PATCH] fix flake8 --- tests/integration/test_load_split.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_load_split.py b/tests/integration/test_load_split.py index 2e3a60fb..4b667ecb 100644 --- a/tests/integration/test_load_split.py +++ b/tests/integration/test_load_split.py @@ -65,7 +65,7 @@ def test_log_time_average(): sample_logs = processor.split_sample_logs(SUBRUNS_EXP) # verify two of the properties - np.testing.assert_allclose(sample_logs['2theta'], [69.99525, 80. , 97.50225]) + np.testing.assert_allclose(sample_logs['2theta'], [69.99525, 80., 97.50225]) if __name__ == '__main__':