Skip to content

_get_results_path should return one path #186

Description

@pplonski

_get_results_path if called several times will return different paths.

a = AutoML()
a._get_results_path()
a._get_results_path()
a._get_results_path()
a._get_results_path()

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions