We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70645 commit f27a65bCopy full SHA for f27a65b
1 file changed
app/grandchallenge/algorithms/serializers.py
@@ -318,6 +318,7 @@ def reformat_inputs(*, serialized_civs):
318
upload_session = civ.get("upload_session")
319
user_upload = civ.get("user_upload")
320
image = civ.get("image")
321
+ file = civ.get("file")
322
value = civ.get("value")
323
user_uploads = civ.get("user_uploads")
324
image_name = civ.get("image_name")
@@ -333,6 +334,7 @@ def reformat_inputs(*, serialized_civs):
333
334
value=upload_session
335
or user_upload
336
or image
337
+ or file
338
or dicom_upload_with_name
339
or value,
340
)
0 commit comments