diff --git a/improver_tests/calibration/quantile_regression_random_forests_calibration/test_load_and_train_quantile_regression_random_forest.py b/improver_tests/calibration/quantile_regression_random_forests_calibration/test_load_and_train_quantile_regression_random_forest.py index 4bbe63c19a..bc1a678b67 100644 --- a/improver_tests/calibration/quantile_regression_random_forests_calibration/test_load_and_train_quantile_regression_random_forest.py +++ b/improver_tests/calibration/quantile_regression_random_forests_calibration/test_load_and_train_quantile_regression_random_forest.py @@ -825,7 +825,6 @@ def test_prepare_and_train_qrf( if include_site_id_nans: for key in site_id: - # As latitude is not a feature, this NaN should be ignored. if len(truth_df) == 1: truth_df.loc[0, key] = pd.NA else: