Skip to content

Commit

Permalink
fixing a codefactor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-motamedi committed Nov 6, 2024
1 parent 8950aeb commit 3b4dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmustard/lab_dev/transformations/realinterferometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .base import Unitary
from ..utils import make_parameter

Check warning on line 28 in mrmustard/lab_dev/transformations/realinterferometer.py

View check run for this annotation

Codecov / codecov/patch

mrmustard/lab_dev/transformations/realinterferometer.py#L27-L28

Added lines #L27 - L28 were not covered by tests

__all__ = ["Interferometer"]
__all__ = ["RealInterferometer"]

Check warning on line 30 in mrmustard/lab_dev/transformations/realinterferometer.py

View check run for this annotation

Codecov / codecov/patch

mrmustard/lab_dev/transformations/realinterferometer.py#L30

Added line #L30 was not covered by tests


class RealInterferometer(Unitary):

Check warning on line 33 in mrmustard/lab_dev/transformations/realinterferometer.py

View check run for this annotation

Codecov / codecov/patch

mrmustard/lab_dev/transformations/realinterferometer.py#L33

Added line #L33 was not covered by tests
Expand Down

0 comments on commit 3b4dbfa

Please sign in to comment.