From 2a7f4dd97645065f74c0254b554a7a5c0eb85e8d Mon Sep 17 00:00:00 2001 From: Siddhartha Laghuvarapu <siddhartha@aicrowd.com> Date: Fri, 16 Jul 2021 07:07:50 +0000 Subject: [PATCH] Correct mistype in inference_setup function --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 82178fc..f2e10a3 100644 --- a/test.py +++ b/test.py @@ -27,7 +27,7 @@ class RandomPredictor(AirbornePredictor): PARTICIPANT_TODO: During the evaluation all combinations for flight_id and flight_folder_path will be provided one by one. - NOTE: In case you want to load your model, please do so in `predict_setup` function. + NOTE: In case you want to load your model, please do so in `inference_setup` function. """ def inference(self, flight_id): -- GitLab