Decoding results suppose a structure of results. #83
Labels
bug
Something isn't working
implementation
All that concerns software choices from implementation POV
The
Decoding
object hypothesize results in a dict with rois.This should be moved to
RoiWrapper
and useDecoding
only for simple decoding results.We should take into account the
RoiDecoding
object or other objects that inherit fromDecoding
superclass.RoiDecoding
must have aself.analysis.save
call to move the responsibility to wrapped class and it should saveTODO:
for
inDecoding.save
for
inRoiDecoding.save
Wrapper
s must record objects for each ROIsave
alsoscores
and save passed scores.The text was updated successfully, but these errors were encountered: