Skip to content

The gauge event uses actor_id #111

@nonowazu

Description

@nonowazu

Describe the bug
The gauge event uses actor_id (type int) as opposed to actor (type Actor) - this means the event is inconsistent with other event(s) that make an actor object.

To Reproduce

  • Get a gauge event

Expected behaviour

gauge: Gauge = get_some_gauge_event()
print(gauge.actor) # should work

System (please complete the following information):

  • OS: any
  • Python version: 3.10+
  • nari Version or Commit Reference: latest head (5239902)

Additional context
I'm really documenting this here as something to fix to make the library consistent

Metadata

Metadata

Assignees

No one assigned

    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