Skip to content

Commit ace29b4

Browse files
committed
table_number -> table_id
1 parent 7f0b1df commit ace29b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acorgdb/acorgdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def titers_long(self) -> pd.DataFrame:
603603
return (
604604
pd.concat(
605605
[
606-
result.titers_long.assign(table_number=i)
606+
result.titers_long.assign(table_id=f"{self.id}.{i}")
607607
for i, result in enumerate(self.results)
608608
]
609609
)

0 commit comments

Comments
 (0)