Hi Sean,

you were absolutely right, it was a locale thing, I updated TrainLogistic and RunLogistic to use Locale.ENGLISH in its printf statements and now everything works fine.

--sebastian

On 28.01.2011 13:50, Sean Owen wrote:
Hmm. I reverted my local change and it seems to pass.

Could this possibly be another locale issue? I see that the strings in
question appear to contain decimals like "0.7", and I'm guessing your locale
is German which could make it come out "0,7"?

That would explain it but is that the issue?

On Fri, Jan 28, 2011 at 11:26 AM, Sean Owen<[email protected]>  wrote:

There's a chance this has to do with me. I remember during the last change
I made that this failed, but then I fixed it somehow. It runs fine locally,
but, I fear that somehow a key change got tangled into another local
changelist or something.


On Fri, Jan 28, 2011 at 10:28 AM, Sebastian Schelter<[email protected]>wrote:

Hi,

I'm having build failures (failed tests): assertTrue(trainOut.contains("x
-0.7")) in org.apache.mahout.classifier.sgd.TrainLogisticTest.example13_1()
fails as well as assertTrue(trainOut.contains("a 0.")) in
org.apache.mahout.classifier.sgd.TrainLogisticTest.example13_2()

A fresh checkout didn't help, is anyone experiencing that too?

My environment is Ubuntu 10.04, Sun JDK 1.6.0_22, Maven 2.2.1.


--sebastian





Reply via email to