aghinz2015 / foram

Foram Frontend App
0 stars 0 forks source link

Problems with charts for some parameters - no fluctuations #40

Open ptopa opened 8 years ago

ptopa commented 8 years ago

I noticed problems with charts for some parameters. For example, when I want to see how "wall_thickness_factor" changes over time I see smooth line on level 0,1 - it suggest that this parameter has only one value through the whole simulation. In Browser I see that this parameters have also values different than 0.1, i.e. 0,098. Maybe, there is a problem with chart resolution and it cannot represent such a small changes?

ErykZimonczyk commented 8 years ago

After quick look-up it looks like ForamAPI always returns floats rounded up to 2 decimal points. Plan was to round numbers accordingly to user precision settings. Issue should be assigned to ForamAPI application.