Skip to content

Commit

Permalink
fix: de unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Oct 24, 2024
1 parent 006bf30 commit 4146c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/backend/de/api/test_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def test__differentialExpression_returns_expected_results(self, load_snapshot):
[-54, 102, 66, 491, 199, 532, 500],
]
expected_log_p_value_sums = [
[348318, 133077, 195787, 125959, 134096, 69440, 123317],
[348318, 133077, 195787, 125959, 134096, 69440, 0],
[348318, 133077, 195787, 125959, 134096, 69440, 123599],
[340278, 141505, 194412, 125959, 134096, 69440, 123317],
[340278, 141505, 194412, 125959, 134096, 69440, 0],
[340278, 141505, 194412, 125959, 134096, 69440, 123599],
]
expected_n_overlap = [
[0, 0, 0, 0, 0, 0, 37],
Expand Down

0 comments on commit 4146c9a

Please sign in to comment.