Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jun 6, 2022
1 parent fd1c52f commit 6d76334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion kaplanmeier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '0.1.7'
__version__ = '0.1.8'

# module level doc-string
__doc__ = """
Expand Down
9 changes: 1 addition & 8 deletions kaplanmeier/kaplanmeier.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,7 @@ def make_class_color_names(data, labx, uilabx, cmap):

# %% Example data
def example_data():
"""Create example data.
Returns
-------
df : TYPE
DESCRIPTION.
"""
"""Create example data."""
curpath = os.path.dirname(os.path.abspath(__file__))
PATH_TO_DATA=os.path.join(curpath, 'data', 'survival_example_data.txt')
if os.path.isfile(PATH_TO_DATA):
Expand Down

0 comments on commit 6d76334

Please sign in to comment.