Example #1
0
 def test_comps(self, comps):
     """*comp0* and *comp1* must have equal shape"""
     with pytest.raises(ValueError):
         eeglcf.lcf(comps, comp1=comps[:, 0:2])
Example #2
0
 def test_main(self, comps):
     """Tests the usage of lcf"""
     eeglcf.lcf(comps)