Skip to content

Instantly share code, notes, and snippets.

@lucasc896
Created June 29, 2015 21:41
Show Gist options
  • Save lucasc896/94f9ee6ad3700e8073b1 to your computer and use it in GitHub Desktop.
Save lucasc896/94f9ee6ad3700e8073b1 to your computer and use it in GitHub Desktop.
diff --git a/test.py b/test.py
index edcc1d8..daf7009 100755
--- a/test.py
+++ b/test.py
@@ -192,7 +192,10 @@ def signalArgs(whiteList=[], options=None):
from signals.t2cc_2012dev import dm10_250
signal = dm10_250
- kargs = {"signalToTest": None,
+ # from signals.t2tt_2012dev import m200_0 , m400_25, m600_0
+ # signal = m600_0
+
+ kargs = {"signalToTest": signal,
"signalToInject": None,
"signalExampleToStack": None,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment