Skip to content

Commit

Permalink
fixed future warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed May 17, 2024
1 parent 136d21a commit 8524d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_guide/plot_05_batch_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def batcher():
#
# Let's do a few iterations of gradient descent calling the `batcher` function at every step.
# At each step, we store the log-likelihood of the model for each neuron evaluated on the batch
n_step = 5000
n_step = 500
logl = np.zeros(n_step)

for i in range(n_step):
Expand Down

0 comments on commit 8524d52

Please sign in to comment.