-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
pytrips/pytrips/structures/sem.py
Lines 36 to 41 in 5ead581
| TODO: Exact match only atm - make it general | |
| """ | |
| othersem = other.sem | |
| selfsem = self.sem | |
| for x in selfsem: | |
| if x in othersem: |
This issue was generated by todo based on a TODO comment in 5ead581. It's been assigned to @mrmechko because they committed the code.
Reactions are currently unavailable