Skip to content

Commit 71c5859

Browse files
committed
useless casrt
1 parent f453edd commit 71c5859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • autofit/aggregator/summary/aggregate_csv

autofit/aggregator/summary/aggregate_csv/column.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def value(self, row: "Row"):
7171

7272
if ValueType.ValuesAt1Sigma in self.value_types:
7373
lower, upper = row.values_at_sigma_1_kwargs[self.path]
74-
result["lower_1_sigma"] = float(lower)
75-
result["upper_1_sigma"] = float(upper)
74+
result["lower_1_sigma"] = lower
75+
result["upper_1_sigma"] = upper
7676

7777
if ValueType.ValuesAt3Sigma in self.value_types:
7878
lower, upper = row.values_at_sigma_3_kwargs[self.path]

0 commit comments

Comments
 (0)