[Dachs-support] floats formatting in UWS arguments (XML)

Ivan Zolotukhin ivan.zolotukhin at gmail.com
Thu May 12 20:34:24 CEST 2016


Hi,

I submit my UWS job with formatted floats for one of the parameters,
e.g. here's the excerpt from web.log: '1e+05 3.16e+05 1e+06 3.16e+06
1e+07'

But then in the UWS job XML I see them formatted not like I submitted them:

<uws:parameter id="coll_partner_density">100000.0 316000.0 1000000.0
3160000.0 10000000.0</uws:parameter>

In q.rd this parameter is defined as:

<inputKey name="coll_partner_density" type="real[]" />

That becomes tedious to count zeroes when debugging UWS calls as I
have many real[] parameters like this. I know this is minor, but I'd
appreciate a cure, if possible.

--
With best regards,
 Ivan


More information about the Dachs-support mailing list