Skip to content

Commit

Permalink
remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
btrotta-bom committed Oct 4, 2023
1 parent eba7da3 commit 2bb9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver/calibration/rainforest_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _evaluate_probabilities(
if np.any(forecast_bool):
input_subset = self.model_input_converter(input_data[forecast_bool])
prediction[forecast_bool] = model.predict(input_subset)
prediction = np.minimum(np.maximum(prediction, 0), 1)

output_data[threshold_index, :] = np.reshape(
prediction, output_data.shape[1:]
)
Expand Down

0 comments on commit 2bb9337

Please sign in to comment.