We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9048279 commit daf6c36Copy full SHA for daf6c36
datajoint/condition.py
@@ -163,7 +163,7 @@ def assert_join_compatibility(expr1, expr2):
163
# None lineages are never homologous (not even with each other)
164
if lineage1 is None or lineage2 is None or lineage1 != lineage2:
165
raise DataJointError(
166
- f"Mismatched attribute '{attr}' has no matching lineage. "
+ f"Conflicting lineage in attribute '{attr}'. "
167
f"Use .proj() to rename it in one of the operands."
168
)
169
0 commit comments