You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
using Minuit 1.7.9 and PyMinuit 1.1.2, the following snippet eats up all
available memory:
import minuit
while True:
m = minuit.Minuit(lambda x: x)
In a real application, this limits the number of fits I can do within one
run. Is this a problem of my configuration?
Cheers,
Felix
Original issue reported on code.google.com by [email protected] on 23 May 2010 at 9:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 May 2010 at 9:49The text was updated successfully, but these errors were encountered: