def test_gpcca_schur_matrix_title(self, mc: GPCCA, fpath: str): mc.plot_schur_matrix(title="foobar", dpi=DPI, save=fpath)
def test_gpcca_schur_matrix_cmap(self, mc: GPCCA, fpath: str): mc.plot_schur_matrix(cmap=cm.inferno, dpi=DPI, save=fpath)
def test_gpcca_schur_matrix(self, mc: GPCCA, fpath: str): mc.plot_schur_matrix(dpi=DPI, save=fpath)