Skip to content

Commit

Permalink
Fix test sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed Jan 4, 2019
1 parent 3e7c872 commit e5861a1
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions tests/test_Sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ def test_RB_TwoQubitRB(self):
"""
self.set_awg_dir('TwoQubitRB')
np.random.seed(20152606) # set seed for create_RB_seqs()
TwoQubitRB(self.q1,
self.q2,
TwoQubitRB(self.q2,
self.q1,
create_RB_seqs(2, [2, 4, 8, 16, 32],
repeats=16))
self.compare_sequences('RB')
Expand Down
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS1/EchoCRLen/EchoCR/EchoCR-APS1.h5
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS1/EchoCRLen/EchoCR/EchoCR-APS2.h5
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS1/EchoCRLen/EchoCR/EchoCR-APS3.h5
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS2/EchoCRLen/EchoCR/EchoCR-APS1.h5
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS2/EchoCRLen/EchoCR/EchoCR-APS2.h5
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS2/EchoCRLen/EchoCR/EchoCR-APS3.h5
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS2/EchoCRLen/EchoCR/EchoCR-APS4.h5
Git LFS file not shown
4 changes: 2 additions & 2 deletions tests/test_data/awg/TestAPS2/EchoCRLen/EchoCR/EchoCR-APS5.h5
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

0 comments on commit e5861a1

Please sign in to comment.