Skip to content

Commit

Permalink
fix(experiments): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 7, 2025
1 parent bfac5fb commit 5945ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chord_metadata_service/experiments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Experiment(BaseScopeableModel, IndexableMixin):
"""
Class to store Experiment information. This model is primarily designed for genomic experiments; it is thus
linked to a specific bisample.
linked to a specific biosample.
Experiments can be linked via a many-to-many relationship to ExperimentResults; many-to-many because a result
may be derived from multiple experiments. Consider, for example, the results of a pairwise analysis derived from
Expand Down Expand Up @@ -94,7 +94,7 @@ def get_scope_filters() -> ModelScopeFilters:
},
"dataset": {
"filter": "experiment__dataset_id",
"prefetch_related": ("experiemnt",),
"prefetch_related": ("experiment",),
},
}

Expand Down

0 comments on commit 5945ce5

Please sign in to comment.