Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Aug 12, 2024
1 parent 0767db1 commit d9b9f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_noise_learner_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_json_roundtrip(self):
self.assertEqual(error1.generators, error2.generators)
self.assertEqual(error1.rates.tolist(), error2.rates.tolist())


class TestLayerError(IBMTestCase):
"""Class for testing the LayerError class."""

Expand Down

0 comments on commit d9b9f6d

Please sign in to comment.