aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/computations/test_gemma.py
diff options
context:
space:
mode:
authorBonfaceKilz2021-03-01 11:47:21 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commit52e3569cca6b24d1318034f5ab004795e70135f5 (patch)
tree8d65ba9802bc617b6b6936248aea426b1c5df3bd /tests/unit/computations/test_gemma.py
parentb9d9ece5da00828fbe8c9984c8c43fd1659faeb9 (diff)
downloadgenenetwork3-52e3569cca6b24d1318034f5ab004795e70135f5.tar.gz
Fix failing tests
Diffstat (limited to 'tests/unit/computations/test_gemma.py')
-rw-r--r--tests/unit/computations/test_gemma.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/computations/test_gemma.py b/tests/unit/computations/test_gemma.py
index a7884ea..b5ffbfd 100644
--- a/tests/unit/computations/test_gemma.py
+++ b/tests/unit/computations/test_gemma.py
@@ -38,6 +38,7 @@ class TestGemma(unittest.TestCase):
self.assertEqual(
generate_gemma_computation_cmd(
gemma_cmd="gemma-wrapper",
+ gemma_wrapper_kwargs=None,
gemma_kwargs={
"geno_filename": "genofile.txt",
"trait_filename": "test.txt",