Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Urchs <[email protected]>
  • Loading branch information
alyssadai and surchs authored Sep 26, 2024
1 parent d533a35 commit 3caff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bagel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PhenotypicSession(Session):


class ImagingSession(Session):
# NOTE: imaging session have at least one acquisition OR at least one completed pipeline to be valid?
# NOTE: Do imaging session have to have at least one acquisition OR at least one completed pipeline to be valid?
hasFilePath: Optional[str] = None
# TODO: change name to hasAcquisitions?
hasAcquisition: Optional[List[Acquisition]] = None
Expand Down

0 comments on commit 3caff8c

Please sign in to comment.