OpenwaterHealth / OpenLIFU-python

focused ultrasound toolbox
GNU Affero General Public License v3.0
12 stars 2 forks source link

Sessions should not allow duplicate target ID #134

Open ebrahimebrahim opened 1 month ago

ebrahimebrahim commented 1 month ago

When listing target IDs in a session, it should not be possible to write duplicate target IDs.

This could be enforced within the Session class somehow, or it could just be enforced at session write time.