Opened 5 years ago
Closed 5 years ago
#3013 closed defect (done)
DataPreprocessing should not be Storable
Reported by: | pfleck | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | DataPreprocessing | Version: | trunk |
Keywords: | Cc: |
Description
Storing a DataPreprocessing Session is currently not fully implemented since its components were not developed to be stored. We should either remove the StorableType from the DataPreprocessing or properly implement everything to be storable.
Change History (4)
comment:1 Changed 5 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 5 years ago by pfleck
- Owner changed from pfleck to mkommend
- Status changed from accepted to reviewing
- Version set to trunk
comment:3 Changed 5 years ago by abeham
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
comment:4 Changed 5 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r17129: merged to stable (17048, 17128)
Note: See
TracTickets for help on using
tickets.
r17048: removed IStorableContent from PreprocessingContext