stats: use nan instead of no_value
This commit is contained in:
parent
ab23e29487
commit
55411f7f71
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ ValueToString(Result value, int precision)
|
|||
val.setf(ios::fixed);
|
||||
val << value;
|
||||
} else {
|
||||
val << "no_value";
|
||||
val << "nan";
|
||||
}
|
||||
|
||||
return val.str();
|
||||
|
|
Loading…
Reference in a new issue