Skip to content

Commit

Permalink
Update runners.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Aug 3, 2024
1 parent 5e75f78 commit 21068ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainpy/_src/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def _step_func_predict(self, i, *x, shared_args=None):

# finally
if self.progress_bar:
jax.pure_callback(lambda: self._pbar.update(), ())
jax.debug.callback(lambda *args: self._pbar.update(), ())
# share.clear_shargs()
clear_input(self.target)

Expand Down

0 comments on commit 21068ff

Please sign in to comment.