We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6913633 commit 2aa9f98Copy full SHA for 2aa9f98
1 file changed
src/murfey/util/db.py
@@ -607,7 +607,7 @@ class AutoProcProgram(SQLModel, table=True): # type: ignore
607
back_populates="auto_proc_program", sa_relationship_kwargs={"cascade": "delete"}
608
)
609
motion_correction: Optional[List["MotionCorrection"]] = Relationship(
610
- back_populates="data_collection"
+ back_populates="motion_correction"
611
612
tomogram: Optional[List["Tomogram"]] = Relationship(
613
back_populates="auto_proc_program"
0 commit comments