Skip to content

Commit

Permalink
Merge branch 'master' into issue33
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiisoup authored Jul 10, 2024
2 parents 5c5bfcb + a922fc2 commit a2fddf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testings/test_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
[e + dd for dd in os.listdir(e) if not dd.startswith(".DS")], key=str.lower
)


@pytest.mark.parametrize(
("filename", "gate_width", "gate_delay", "gain"),
[
Expand All @@ -67,7 +67,7 @@ def test_gatewidth(filename, gate_width, gate_delay, gain):
assert np.allclose(info["GateGain"], gain)
assert np.allclose(info["GainDAC"], gain)


def test_issue27():
filename = THIS_DIR + "/issue27/test.sif"
with open(filename, "rb") as f:
Expand Down

0 comments on commit a2fddf7

Please sign in to comment.