Skip to content

Commit

Permalink
fix: Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 30, 2019
1 parent af4edaa commit f2b64e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ def __init__(self, experiment_name, experiment, X_train, y_train, logger=None):

@property
def experiment_name(self):
""" return the study id """
""" return the experiment_name """
return self._experiment_name

@property
def experiment(self):
""" return the study configuration """
""" return the experiment """
return self._experiment

@property
Expand Down

0 comments on commit f2b64e4

Please sign in to comment.