Skip to content

[BUG] InitTracker key flexibility #2326

Closed
@matteobettini

Description

Two questions about the following code

if not isinstance(init_key, str):
raise ValueError("init_key can only be of type str.")
self.init_key = init_key
self.reset_key = "_reset"

  • is there a reason why we are preventing the init_key to be a nested key
  • is the setting of self.reset_key done properly/ever used? it seems not

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions