[ea0fd6]: / tests / deseq2 / test_parallel.py

Download this file

7 lines (4 with data), 125 Bytes

1
2
3
4
5
6
import unittest
@unittest.skip("not sure how parallelization will be implemented")
class Test(unittest.TestCase):
pass