Skip to content

Commit

Permalink
Update ehrapy/plot/_survival_analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eljas Roellin <[email protected]>
  • Loading branch information
aGuyLearning and eroell authored Jan 15, 2025
1 parent b560748 commit ad6e8e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ehrapy/plot/_survival_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def cox_ph_forestplot(
.. image:: /_static/docstring_previews/coxph_forestplot.png
"""
# check if the key exists in the uns
if uns_key not in adata.uns:
raise ValueError(f"Key {uns_key} not found in adata.uns. Please provide a valid key.")

Expand Down

0 comments on commit ad6e8e7

Please sign in to comment.