We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b7e28 commit e1470b7Copy full SHA for e1470b7
mmtc-core/src/main/java/edu/jhuapl/sd/sig/mmtc/cfg/MmtcConfig.java
@@ -903,8 +903,8 @@ public Integer getSclkScetApplicableDurationDays() {
903
*/
904
public int getOscTempFractionDigits() {
905
final String keyName = "table.timeHistoryFile.oscTempFractionDigits";
906
- int numDigits = 16; // selected as the (approximately) largest number of fractional digits in a normal Java double
907
- // before floating point precision errors take over
+ int numDigits = 9;
+
908
try {
909
if (timeCorrelationConfig.getConfig().containsKey(keyName)) {
910
numDigits = timeCorrelationConfig.getConfig().getInt(keyName);
0 commit comments