def test_compare_fiff(): import matplotlib.pyplot as plt compare_fiff(raw_fname, cov_fname, read_limit=0, show=False) plt.close('all')
def test_compare_fiff(): """Test compare_fiff.""" compare_fiff(raw_fname, cov_fname, read_limit=0, show=False) plt.close('all')