Skip to content

Commit 03555f7

Browse files
authored
Merge pull request #441 from P2GX/troubleshoot-smarcb1
Do not use deprecated Numpy functionality in the protein visualizer
2 parents f62510e + d63e576 commit 03555f7

File tree

3 files changed

+118
-359
lines changed

3 files changed

+118
-359
lines changed

.gpsea_ci_cachedir/variant_cache/MT_11778_11778_G_A.json

Lines changed: 0 additions & 293 deletions
This file was deleted.

docs/user-guide/analyses/measurements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ We execute the analysis by running
122122
... pheno_scorer=pheno_scorer,
123123
... )
124124

125-
>>> result.pval
126-
0.741216622359659
125+
>>> result.pval # doctest: +ELLIPSIS
126+
0.7412166223596...
127127

128128
Show data frame with scores
129129

0 commit comments

Comments
 (0)