From 65636f5ba2161567924a239441d0d76e6cb1cd72 Mon Sep 17 00:00:00 2001 From: "Klint Anders (Consultant)" Date: Tue, 9 Apr 2024 16:29:08 +0200 Subject: [PATCH] Black... --- test/test_CAN_bus_loogging.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test_CAN_bus_loogging.py b/test/test_CAN_bus_loogging.py index f53d193db..688254030 100644 --- a/test/test_CAN_bus_loogging.py +++ b/test/test_CAN_bus_loogging.py @@ -79,7 +79,6 @@ def test_j1939_extract(self): self.assertTrue(np.array_equal(values, target)) - def test_almost_j1939_extract(self): print("non-standard J1939 extract") @@ -92,7 +91,7 @@ def test_almost_j1939_extract(self): # dbc = [input_file for input_file in temp_dir.iterdir() if input_file.suffix == ".dbc"][0] # This dbc throws exception without the suggested changes in branch "relaxed_j1939"... # else it is identical to the CSS Electronics demo file in test package - dbc = os.path.join(os.path.abspath("."),"test","almost-J1939.dbc") + dbc = os.path.join(os.path.abspath("."), "test", "almost-J1939.dbc") signals = [input_file for input_file in temp_dir.iterdir() if input_file.suffix == ".npy"] @@ -106,7 +105,6 @@ def test_almost_j1939_extract(self): self.assertTrue(np.array_equal(values, target)) - def test_j1939_get_can_signal(self): print("J1939 get CAN signal")