|
Tue, Nov 12 2002
17:52:59
|
|
Request created by frank
|
|
Subject: Wrong numeric format for distributed parameters
As specified numeric values have to be stored in exponential notation:
-> Example: R_SEWER 2.5000000000E-01
In case of a distributed parameter this formatting is ignored:
-> current: R_TRICKLING_FILTER 0.94;0.98
-> specified: R_TRICKLING_FILTER 9.4000000000E-01;9.8000000000E-01
|
|
|
Thu, Nov 14 2002
10:30:42
|
|
Comments added by thomas
|
|
SciParam returns float values, which can be (or have to be) formatted with
standard python functions.
Another option might be to add format strings to SciParam objects, which will
be used with the str() method.
|
|
|
Wed, Nov 20 2002
18:00:18
|
|
Taken by jan
|
|
|
Thu, Nov 21 2002
23:37:27
|
|
Status changed to resolved by jan
|
|
|
Thu, Nov 21 2002
23:37:27
|
|
Comments added by jan
|
|
A test for this bug is in test/test_parameter.py.
The bug has been fixed in Modules/parameter.py
and Modules/discharge.py. |
|