-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete nifti not working properly #2502
Labels
Comments
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 6, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 6, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 6, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 6, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 9, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 9, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 9, 2024
Seems good but keep in mind that I had to talk to Anthony about the server memory issue, after what he gave more resources to the database container (or something like, I'm not sure), it gonna be required on prod too (probably). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two things:
"Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : [org.shanoir.ng.dataset.model.DatasetExpression#1790168]",
(example for study id 23 on ofsep quailf)
This may be linked to the fact that we are working with a List and not a Set<>, but I'm not quite sure. Ne need to test it further.
The text was updated successfully, but these errors were encountered: