Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Aug 22, 2024
1 parent bb8564c commit acb8e55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Patients Created: ...

and we will check that there are no Q/C issues:

>>> validation.summarize()
>>> validation.summarize() # doctest: +SKIP
Validated under none policy
No errors or warnings were found

Expand Down
1 change: 0 additions & 1 deletion tests/analysis/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class TestCohortAnalysisConfiguration:
def test_default_values(self):
config = CohortAnalysisConfiguration()

assert config.missing_implies_excluded is False
assert config.pval_correction == 'bonferroni'
assert config.min_patients_w_hpo is None
assert config.include_sv is False
Expand Down

0 comments on commit acb8e55

Please sign in to comment.