Skip to content

Commit

Permalink
chore: update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Mar 8, 2024
1 parent 5981a5b commit 51d3955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _website/tutorials/introduction/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@
"import iminuit\n",
"\n",
"iminuit_min = iminuit.Minuit(nll, nll.get_params())\n",
"iminuit_min.migrad()"
"# iminuit_min.migrad() # this fails sometimes, as iminuit doesn't use the limits and is therefore unstable"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion introduction/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@
"import iminuit\n",
"\n",
"iminuit_min = iminuit.Minuit(nll, nll.get_params())\n",
"iminuit_min.migrad()"
"# iminuit_min.migrad() # this fails sometimes, as iminuit doesn't use the limits and is therefore unstable"
]
},
{
Expand Down

0 comments on commit 51d3955

Please sign in to comment.