From 0e8019676cd684dd90f827a11f12aabe1224e51a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Jun 2022 17:53:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 643a0a7..d570ba7 100644 --- a/notes.md +++ b/notes.md @@ -253,3 +253,4 @@ 2022-03-07T01:54:00 - Refactor for clarity, might break a few tests though (prophet) 2022-03-07T20:47:00 - Implementing approach from a new paper read last night (prophet) 2022-03-07T19:16:00 - Refactor for clarity, might break a few tests though (prophet) +2022-06-07T17:53:00 - Quick fix, referencing a known issue from the official repo (prophet)