Skip to content

Commit

Permalink
Black...
Browse files Browse the repository at this point in the history
  • Loading branch information
akVolvo committed Apr 9, 2024
1 parent 34c9c05 commit 65636f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_CAN_bus_loogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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"]

Expand All @@ -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")

Expand Down

0 comments on commit 65636f5

Please sign in to comment.