laparoscopy#12
Open
Morelli-01 wants to merge 1 commit into
Open
Conversation
Morelli-01
commented
May 12, 2026
Collaborator
Author
Morelli-01
left a comment
There was a problem hiding this comment.
Added laparoscopy projec
LucaLumetti
reviewed
May 29, 2026
| ) | ||
| return "laparoscopy" if patient is not None else None | ||
|
|
||
| patient = getattr(job, "patient", None) |
Collaborator
There was a problem hiding this comment.
Questa change mi ha fatto notare che "maxillo" non e' esplicito qui. Riusciresti a correggere? Oppure creo io una issue per aumentare di poco le probabilita' che non ci dimentichiamo
| DOMAIN_CHOICES = [ | ||
| ('maxillo', 'Maxillo'), | ||
| ('brain', 'Brain'), | ||
| ('laparoscopy', 'Laparoscopy'), |
Collaborator
There was a problem hiding this comment.
Atra cosa che sarebbe meglio segnarsi per correggerlo, sta roba e' ripetuta troppe volte in questo file, cosi' come altri campi
| config=Config( | ||
| s3={"addressing_style": self.addressing_style or "path"}, | ||
| retries={"max_attempts": 3, "mode": "standard"}, | ||
| # Garage can advertise flexible checksums that botocore then |
Collaborator
There was a problem hiding this comment.
Questa roba perche' e' apparsa? leggo an optimization for video streams ma non sono sicurissimo di aver capito. Se riesci fai un check che sia veramente necessaria e fai in modo che il commento sopra sia un po' piu' chiaro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.