Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0D8391FB for ; Wed, 4 Jul 2012 18:03:36 +0000 (UTC) Received: (qmail 42322 invoked by uid 500); 4 Jul 2012 18:03:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 42137 invoked by uid 500); 4 Jul 2012 18:03:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 42054 invoked by uid 99); 4 Jul 2012 18:03:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 18:03:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id BADAD142822 for ; Wed, 4 Jul 2012 18:03:34 +0000 (UTC) Date: Wed, 4 Jul 2012 18:03:34 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: <1576519219.3871.1341425014767.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1886508024.23704.1338495742989.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (MATH-798) PolynomialFitter.fit() stalls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-798. ------------------------- Resolution: Fixed Fix Version/s: 3.1 Changes performed in revision 1357353. The unit test "testMath798" is now in "PolynomialFitterTest". > PolynomialFitter.fit() stalls > ----------------------------- > > Key: MATH-798 > URL: https://issues.apache.org/jira/browse/MATH-798 > Project: Commons Math > Issue Type: Bug > Affects Versions: 3.0 > Environment: Mac OS 10.6 and Win XP > Reporter: Kurt Pernstich > Fix For: 3.1 > > Attachments: PolynomialFitterTest.java > > > Hi, in certain cases I ran into the problem that the PolynomialFitter.fit() method stalls, meaning that it does not return, nor throw an Exception (even if it runs for 90 min). Is there a way to tell the PolynomialFitter to iterate only N-times to ensure that my program does not stall? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira