Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukiiwa authored Nov 22, 2023
1 parent e58d576 commit aaf5a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xpore/test/test_diffmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pytest
import os
import shutil
import subprocess
from xpore.scripts import diffmod

@pytest.fixture
Expand All @@ -24,6 +23,8 @@ class DiffmodArgs:
ids = []
return DiffmodArgs

# the following runs the updated xpore diffmod from the PR and compares its diffmod.table to the diffmod.table generated
# by the original xpore diffmod (as long as the z-scores, DMRs are not too off, it should be fine)
def test_diffmod(diffmod_args):
diffmod.diffmod(diffmod_args)

Expand Down

0 comments on commit aaf5a37

Please sign in to comment.