Skip to content

Commit

Permalink
Fixed test_colocalization_scores_ratediff jaccard and jaccard_mean va…
Browse files Browse the repository at this point in the history
…lues.
  • Loading branch information
ptajvar committed May 17, 2024
1 parent 7a55fdf commit 9a8a42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/analysis/colocalization/test_colocalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def test_colocalization_scores_ratediff(
"pearson_z": np.nan,
"pearson_p_value": np.nan,
"pearson_p_value_adjusted": np.nan,
"jaccard": 1.0,
"jaccard_mean": 1.0,
"jaccard": 0.0,
"jaccard_mean": 0.0,
"jaccard_stdev": 0.0,
"jaccard_z": np.nan,
"jaccard_p_value": np.nan,
Expand Down

0 comments on commit 9a8a42b

Please sign in to comment.