Neuraxle icon indicating copy to clipboard operation
Neuraxle copied to clipboard

Bug: TruncableJoblibStepSaver needs a small rework

Open vincent-antaki opened this issue 3 years ago • 1 comments

The save_step/load_step methods of this saver define two cases for each sub-step: one if the should_save method returns True, and one if it returns False. The later crashes on load_step calls by using the TruncableStep getitem method.

I believe we should find a way to get rid of the second case. I tried to do so quickly, but got some error from the ResumablePipeline tests. This should be investigated at the same time as issue #470.

vincent-antaki avatar Apr 04 '21 02:04 vincent-antaki

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 180 days. Thank you for your contributions.

stale[bot] avatar Oct 06 '22 03:10 stale[bot]