Skip to content

Commit b57c002

Browse files
committed
update warning trigger
1 parent 52f14f0 commit b57c002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/_pipeline/_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _fit(self, context: Context, sampler: SamplerType) -> None:
145145
self.context = context
146146
self._logger.info("starting pipeline optimization...")
147147

148-
if context.logging_config.clear_ram:
148+
if not context.logging_config.dump_modules:
149149
self._logger.warning(
150150
"Memory storage is not compatible with resuming optimization. "
151151
"Modules from previous runs won't be available. "

0 commit comments

Comments
 (0)