Skip to content

Prevent use of Run update methods when the Run instance has not been initialised #224

@kzscisoft

Description

@kzscisoft

Currently if the user tries to update tags or log metrics without having initialised the Run they will get the error:

AttributeError: 'NoneType' object has no attribute 'update'

This is because the init method sets up the self._simvue object. We should ensure that the user is informed that they need to run init first.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions