Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/mavedb/view_models/score_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def targets_need_labels_when_multiple_targets_exist(self) -> Self:
"Target sequence labels cannot be empty when multiple targets are defined.",
custom_loc=[
"body",
"targetGene",
"targetGenes",
idx,
"targetSequence",
"label",
Expand All @@ -134,7 +134,7 @@ def target_labels_are_unique(self) -> Self:
"Target sequence labels cannot be duplicated.",
custom_loc=[
"body",
"targetGene",
"targetGenes",
dup_indices[-1],
"targetSequence",
"label",
Expand All @@ -161,7 +161,7 @@ def target_accession_base_editor_targets_are_consistent(cls, field_value, values
"All target accessions must be of the same base editor type.",
custom_loc=[
"body",
"targetGene",
"targetGenes",
0,
"targetAccession",
"isBaseEditor",
Expand Down