コード例 #1
0
ファイル: test_plotting.py プロジェクト: dpeerlab/cellrank
 def test_gpcca_real_spectrum(self, mc: GPCCA, fpath: str):
     mc.plot_spectrum(real_only=True, dpi=DPI, save=fpath)
コード例 #2
0
ファイル: test_plotting.py プロジェクト: dpeerlab/cellrank
 def test_gpcca_spectrum_title(self, mc: GPCCA, fpath: str):
     mc.plot_spectrum(title="foobar", real_only=True, dpi=DPI, save=fpath)
コード例 #3
0
ファイル: test_plotting.py プロジェクト: dpeerlab/cellrank
 def test_gpcca_complex_spectrum(self, mc: GPCCA, fpath: str):
     mc.plot_spectrum(real_only=False, dpi=DPI, save=fpath)