can now return the dewar to its slot

This commit is contained in:
GotthardG
2024-11-28 10:09:28 +01:00
parent fbb868e255
commit a42124a56f
2 changed files with 35 additions and 43 deletions

View File

@ -87,6 +87,7 @@ class Dewar(Base):
dewar_serial_number = relationship("DewarSerialNumber")
slot = relationship("Slot", back_populates="dewar")
events = relationship("LogisticsEvent", back_populates="dewar")
beamline_location = None
@property
def number_of_pucks(self) -> int: