diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-09-22 16:14:46 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-09-22 16:14:46 -0500 |
| commit | 390e7aa71e1e4b18d163372d5610c0df5808d509 (patch) | |
| tree | b24507b61f249b28c325d921868e6964d7094f06 /submitter/fr_dag.py | |
| parent | f5bc1aeb3a97aece6ea5b0c9b32006f58e79187f (diff) | |
| download | GolemFlavor-390e7aa71e1e4b18d163372d5610c0df5808d509.tar.gz GolemFlavor-390e7aa71e1e4b18d163372d5610c0df5808d509.zip | |
plot tweaks, bug fixes
Diffstat (limited to 'submitter/fr_dag.py')
| -rw-r--r-- | submitter/fr_dag.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/submitter/fr_dag.py b/submitter/fr_dag.py index c1cf11a..b93ad86 100644 --- a/submitter/fr_dag.py +++ b/submitter/fr_dag.py @@ -4,8 +4,8 @@ import os import numpy as np scenarios = [ - ((1, 0, 0), 'OUT'), - ((0, 1, 0), 'OET') + ((0, 1, 0), 'OET'), + ((1, 0, 0), 'OUT') ] dims = [ |
