Skip to content

Commit 321ec54

Browse files
committed
dev: revert back to the old workstep.step's signature
1 parent 32fc3b5 commit 321ec54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evox/workflows/std_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def _step(self, state):
252252
for monitor in self.registered_hooks["post_step"]:
253253
monitor.post_step(state)
254254

255-
return train_info, state
255+
return state
256256

257257
if self.jit_step:
258258
# the first argument is self, which should be static

0 commit comments

Comments
 (0)