Skip to content

Commit

Permalink
Merge pull request #1173 from mild-blue/1012_`hla_antibodies_raw_list…
Browse files Browse the repository at this point in the history
…`_is_empty

`hla_antibodies_raw_list` is empty
  • Loading branch information
kubantjan authored Apr 11, 2023
2 parents dbce8ec + 2e55174 commit d7282d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/utils/hla_system/test_crossmatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@


class TestCrossmatch(unittest.TestCase):
# It's difficult to have a patient with type A.
# And in order to create the unittests for all special cases, sometimes we will state
# directly that a patient is type A (even if biologically he is not)
# and then testing things only on a few antibodies.

def _assert_positive_crossmatch(self,
hla_type: str,
Expand Down

0 comments on commit d7282d4

Please sign in to comment.