Skip to content

Commit

Permalink
Fix last revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Nov 12, 2022
1 parent 83279c5 commit 665bd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def main(argv):
print(p + " has no pruned option")
dorun = False

if p == "hybridconvh" || p == "hybridconvh2" || p == "hybridconvh3":
if p == "hybridconvh" or p == "hybridconvh2" or p == "hybridconvh3":
hermitian = True

if p == "conv2":
Expand Down

0 comments on commit 665bd3a

Please sign in to comment.