Skip to content

Commit

Permalink
Merge master into issue33
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiisoup committed Jul 10, 2024
1 parent b8d9e67 commit 5c5bfcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testings/test_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def test_gatewidth(filename, gate_width, gate_delay, gain):
assert np.allclose(info["GateGain"], gain)
assert np.allclose(info["GainDAC"], gain)

spool_encoding_dirs += sorted(
[e + dd for dd in os.listdir(e) if not dd.startswith(".DS")], key=str.lower
)


def test_issue27():
filename = THIS_DIR + "/issue27/test.sif"
Expand Down

0 comments on commit 5c5bfcb

Please sign in to comment.