diff --git a/src/tensorneat/pipeline.py b/src/tensorneat/pipeline.py index 95b1ce3..867593b 100644 --- a/src/tensorneat/pipeline.py +++ b/src/tensorneat/pipeline.py @@ -232,7 +232,7 @@ class Pipeline(StatefulBaseClass): if self.show_problem_details: pop_transformed = self.compiled_pop_transform_func( - state, self.algorithm.ask(state) + state, pop #using previous pop instead of requesting the new one from state here ) self.problem.show_details( state, state.randkey, self.algorithm.forward, pop_transformed