comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
167 stars 49 forks source link

Fix CIVSet POST process serializers not picking up uploads correctly #3399

Closed chrisvanrun closed 5 days ago

chrisvanrun commented 5 days ago

It seems that ~both "user_upload" and~ "upload_session" were not picked up correctly for the API calls.

Furthermore, no tests existed for this use case.

Direct cause of:

chrisvanrun commented 5 days ago

I've updated the test and logic such that only Image / QuerySet / RawImageUploadSession is allowed.