josue-orellana / pyTG

Python code for Torus Graphs for Analysis of Multivariate Phase Coupling
0 stars 0 forks source link

selMode #4

Open natalieklein opened 3 years ago

natalieklein commented 3 years ago

Might want to be careful with the way selMode is checked; I used a list like selMode = [False, True, False] thinking it would be fine, but then nodepairs['condCoupling'] was empty. Maybe allow lists but coerce it to a tuple to ensure doing selMode == (False, True, False) will work whether the user passes a tuple or list?