Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #268 from renzmann/master
Browse files Browse the repository at this point in the history
fix typo in BaseFitter.save_model docstring
  • Loading branch information
CamDavidsonPilon committed Apr 29, 2019
2 parents 299229e + f59be9b commit f926308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ target/

# Pyenv
.python-version

# PyCharm
.idea/*
2 changes: 1 addition & 1 deletion lifetimes/fitters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def save_model(self, path, save_data=True, save_generate_data_method=True, value
----------
path: str
Path where to save model.
save_date: bool, optional
save_data: bool, optional
Whether to save data from fitter.data to pickle object
save_generate_data_method: bool, optional
Whether to save generate_new_data method (if it exists) from
Expand Down

0 comments on commit f926308

Please sign in to comment.