From ae0187e0f6901bf732a7245670bd046de00d11e3 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Tue, 27 Jan 2026 20:39:52 +0100 Subject: [PATCH] update Source representation --- src/pg_rad/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pg_rad/objects.py b/src/pg_rad/objects.py index 64b5665..3a6a1b1 100644 --- a/src/pg_rad/objects.py +++ b/src/pg_rad/objects.py @@ -62,4 +62,4 @@ class Source(Object): self.color = color def __repr__(self): - return f"Source(name={self.name}, A={self.activity} MBq, pos={(self.x, self.y, self.z)})" \ No newline at end of file + return f"Source(name={self.name}, pos={(self.x, self.y, self.z)}, isotope={self.isotope.name}, A={self.activity} MBq)" \ No newline at end of file