Skip to content

Commit

Permalink
fix name typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarchel7bulls authored Oct 8, 2024
1 parent bd8d478 commit de9be82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static Map<String, Object> toMap(Prediction prediction) {
predictionMap.put("componentId", prediction.getComponentId());
predictionMap.put("timestamp", prediction.getTimestamp());
predictionMap.put("probability", prediction.getProbability());
predictionMap.put("confidenceInterval", prediction.getConfidenceInterval());
predictionMap.put("confidence_interval", prediction.getConfidenceInterval());
predictionMap.put("predictionTime", prediction.getPredictionTime());
predictionMap.put("predictionMethod", prediction.getPredictionMethod());
predictionMap.put("metricName", prediction.getMetricName());
Expand Down

0 comments on commit de9be82

Please sign in to comment.