Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dg:range more than 100 results in scientific notation number like 1E+2 #239

Closed
mibrahim opened this issue Sep 2, 2015 · 1 comment
Closed
Assignees
Milestone

Comments

@mibrahim
Copy link
Member

mibrahim commented Sep 2, 2015

Found by Srinivasan ( https://groups.google.com/forum/#!topic/datagenerator/-xOjfRq5MFs )

Quoted:

      <state id="step1">
          <onentry>
              <!-- Example of using 'set' from 'dg:assign'  -->
              <dg:assign name="var_1_1" set="Apple,Mango,Grapes,Papaya"/>

              <dg:range name="var_1_2" from="1" to="1000" />
              <dg:range name="var_1_3" from="0" to="9" step="1" />

          </onentry>
          <transition event="end" target="end"/>
      </state>


      <state id="end" />
  </scxml>

For the range values greater than 100 I am getting values like 1E+1,2E+1 instead actual values like >1001,10003 .

@mibrahim mibrahim added this to the DG2.2 milestone Sep 2, 2015
yukaReal added a commit to yukaReal/DataGenerator that referenced this issue Sep 3, 2015
@yukaReal
Copy link
Contributor

yukaReal commented Sep 3, 2015

Fixed. Thanks.

@yukaReal yukaReal closed this as completed Sep 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants