Skip to content
Snippets Groups Projects
Commit 83ae9d9f authored by andy's avatar andy
Browse files

ENH: Removed unnecesaary ()'s

parent 28cd7fc9
Branches
Tags
No related merge requests found
......@@ -46,11 +46,9 @@
(
p.select
(
(
finalIter
&& corr == nCorr-1
&& nonOrth == nNonOrthCorr
)
finalIter
&& corr == nCorr-1
&& nonOrth == nNonOrthCorr
)
)
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment