f3b15cde79cfe520c5b6989c30febf5a2280b827,polyaxon_cli/cli/experiment.py,,jobs,#Any#Any#Any#,129
Before Change
else:
Printer.print_header("No jobs found for experiment `{}`.".format(experiment))
objects = list_dicts_to_tabulate([o.to_dict() for o in response["results"]])
if objects:
Printer.print_header("Jobs:")
objects.pop("experiment")
dict_tabulate(objects, is_list_dict=True)
After Change
else:
Printer.print_header("No jobs found for experiment `{}`.".format(experiment))
objects = [Printer.add_status_color(o.to_dict()) for o in response["results"]]
objects = list_dicts_to_tabulate(objects)
if objects:
Printer.print_header("Jobs:")
objects.pop("experiment")
dict_tabulate(objects, is_list_dict=True)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 6
Instances
Project Name: polyaxon/polyaxon
Commit Name: f3b15cde79cfe520c5b6989c30febf5a2280b827
Time: 2017-12-21
Author: mouradmourafiq@gmail.com
File Name: polyaxon_cli/cli/experiment.py
Class Name:
Method Name: jobs
Project Name: polyaxon/polyaxon
Commit Name: 6ffae574f7aee62cb34cc009fa4009f6b1229463
Time: 2018-06-14
Author: mouradmourafiq@gmail.com
File Name: polyaxon_cli/cli/project.py
Class Name:
Method Name: groups
Project Name: polyaxon/polyaxon
Commit Name: f3b15cde79cfe520c5b6989c30febf5a2280b827
Time: 2017-12-21
Author: mouradmourafiq@gmail.com
File Name: polyaxon_cli/cli/project.py
Class Name:
Method Name: experiments
Project Name: polyaxon/polyaxon
Commit Name: f3b15cde79cfe520c5b6989c30febf5a2280b827
Time: 2017-12-21
Author: mouradmourafiq@gmail.com
File Name: polyaxon_cli/cli/experiment_group.py
Class Name:
Method Name: experiments