TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

Session from series fix #133

Closed ZviBaratz closed 2 years ago

ZviBaratz commented 2 years ago

Commented out the bit where multiple sessions with no time information is meant to be handled, because the current implementation causes duplicate session creation on series save (resolves #132).