Selva163 / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

Using the Constant element with a dataType element will fail #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  If a Constant element appears in a PMML model, inializing the model will 
throw
an error.  

What is the expected output? What do you see instead?

Using "<Constant>1</Constant>" works
using "<Constant dataType="integer">1</Constant>" will generate the following 
error ('value' is
the long)

see attached file for the stack trace.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by collinbe...@gmail.com on 5 Oct 2009 at 5:58

Attachments:

GoogleCodeExporter commented 8 years ago
This issue has been fixed in the latest release of Augustus.

Original comment by RedWallK...@gmail.com on 10 May 2010 at 5:39