phys2bids
phys2bids copied to clipboard
Improve check multifreq function
Summary
the check_multifreq function inside interfaces.txt has a for loop with a while loop inside that at the same time has another for loop inside. It would be better if we had a different implementation:
Next Steps
* propose alternatives
* Create PR to solve this
*