can now return the dewar to its slot
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user