diff options
Diffstat (limited to 'prediction_controller.py')
| -rw-r--r-- | prediction_controller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prediction_controller.py b/prediction_controller.py index c3be8cc..4d5c1ed 100644 --- a/prediction_controller.py +++ b/prediction_controller.py @@ -32,7 +32,7 @@ class PredictionController: keyword_args[keyword] = [] keyword_args[keyword].append((entry.start_date, entry.end_date, entry.id)) break - # print(keyword_args) + prediction, corrected_events = self.date_calculator.calculate_prediction(self.launch_date, self.duration, **keyword_args) self.prediction = prediction self.calendar_manager.correct_dates(corrected_events) |
