Skip to content

Run() does not raise for unexpected kwargs #280

@oscarkey

Description

@oscarkey

We had a bug where we called

Run(..., tags=our_tags)

and were mystified as to why the tags weren't showing up in Neptune. Turns out you have to use the run.add_tags() api, as described in the docs. So our mistake!

However, it would have helped us if Run() didn't silently ignore unexpected kwargs, so we would have got an error above. Maybe there is a reason for this though!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions