We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7355319 commit 0f0b9efCopy full SHA for 0f0b9ef
1 file changed
src/popt/loop/ensemble_base.py
@@ -133,6 +133,7 @@ def function(self, x, *args, **kwargs):
133
self.pred_data,
134
input_dict=self.sim.input_dict,
135
true_order=self.sim.true_order,
136
+ state=matrix_to_dict(self.enX, self.idX),
137
**kwargs
138
)
139
else:
0 commit comments