From 9ca39cca534983339ae711992753b2cfabe620c3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 Mar 2016 07:54:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a2bc606..4e45292 100644 --- a/notes.md +++ b/notes.md @@ -68,3 +68,4 @@ 2016-02-26T18:59:00 - Late-night bugfix on financial RL environment (prophet) 2016-02-26T08:57:00 - Quick fix, referencing a known issue from the official repo (prophet) 2016-03-29T05:20:00 - Minor doc updates: linking to article on quantization (prophet) +2016-03-29T07:54:00 - Refactor for clarity, might break a few tests though (prophet)