Closed Astrocytes120 closed 11 months ago
This is a good idea, but we should integrate the logic into the existing system for checking short-circuit conditions rather than copy-pasting from the 3.0 code path.
This would mean adding another function like the one on this line.
@Astrocytes120 , would you be willing to update the PR accordingly? Then we can review and approve.
Yes, I think that is a valid point. I would check the line you pointed out.
Thanks, Myeongjin Jeong.
12/14/23 오후 10:49, William Mayner @.***> 작성:
This is a good idea, but we should integrate the logic into the existing system for checking short-circuit conditions rather than copy-pasting from the 3.0 code path.
This would mean adding another function like the one on this line https://github.com/wmayner/pyphi/pull/111/files#diff-26742afb055ef4973f0411d53fff2bc986969e5fbd3afc80a1ee4b32eecb20ccR360.
@Astrocytes120 https://github.com/Astrocytes120 , would you be willing to update the PR accordingly? Then we can review and approve.
— Reply to this email directly, view it on GitHub https://github.com/wmayner/pyphi/pull/111#issuecomment-1857272575, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ5HNHL3VBFZAA7L5FZ3FPTYJPJDZAVCNFSM6AAAAABAINO7WGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXGI3TENJXGU. You are receiving this because you were mentioned.
It looks good to me. Thoughts @wmayner ?
snippet at work:
Tests:
Before: 97 failed, 581 passed, 32 skipped, 22 deselected, 2 xfailed, 22 errors in 1441.59s (0:24:01)
After: 97 failed, 581 passed, 32 skipped, 22 deselected, 2 xfailed, 22 errors in 1343.88s (0:22:23)