Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "mode" option to cfg file #28

Merged
merged 3 commits into from Aug 9, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

fixed const_2_time

  • Loading branch information
thales
thales committed Aug 8, 2019
commit 6c6d8fab1c6945e9461538baf979b89abfae24a7
@@ -446,7 +446,6 @@ def check_cons(check, chanidx=None, start=None, trig=None, depth=None, csr_mode=
check_cons("unique", chanidx=i, start=0, trig=1, depth=2)
check_cons("causal", chanidx=i, start=0, depth=1)
check_cons("ill", chanidx=i, depth=0)
check_cons("const_2_time", chanidx=i, start=0, trig=1, depth=2)

check_cons("hang", start=0, depth=1)

ProTip! Use n and p to navigate between commits in a pull request.