From 390e7aa71e1e4b18d163372d5610c0df5808d509 Mon Sep 17 00:00:00 2001 From: shivesh Date: Sun, 22 Sep 2019 16:14:46 -0500 Subject: plot tweaks, bug fixes --- submitter/fr_dag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'submitter/fr_dag.py') 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 = [ -- cgit v1.2.3