Skip to content

Commit

Permalink
MAINT clarify docstring parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shukon committed Dec 8, 2017
1 parent e7c39e2 commit a312434
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions smac/utils/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ def validate(self,
Parameters
----------
output_fn: str
path to runhistory to be saved
path to runhistory to be saved. if the suffix is not '.json', will
be interpreted as directory and filename will be
'validated_runhistory.json'
config_mode: str or list<Configuration>
string or directly a list of Configuration
str from [def, inc, def+inc, wallclock_time, cpu_time, all]
Expand Down Expand Up @@ -242,7 +244,9 @@ def validate_epm(self,
Parameters
----------
output_fn: str
path to runhistory to be saved
path to runhistory to be saved. if the suffix is not '.json', will
be interpreted as directory and filename will be
'validated_runhistory_EPM.json'
config_mode: str or list<Configuration>
string or directly a list of Configuration
str from [def, inc, def+inc, wallclock_time, cpu_time, all]
Expand Down

0 comments on commit a312434

Please sign in to comment.