Skip to content

Commit

Permalink
use pcr score from numpy exact OLS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae committed Dec 10, 2024
1 parent b5ce504 commit 7cd7848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metrics/test_pcr_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_pcr_timing(adata_pca, n_threads, linreg_method):
n_threads=1,
)
LOGGER.info(score)
assert_near_exact(score, 0.33401529220865844, diff=1e-3)
assert_near_exact(score, 0.33431789694498437, diff=1e-3)


def test_pcr_comparison_batch(adata):
Expand Down

0 comments on commit 7cd7848

Please sign in to comment.