From 1206335a830a6e4095c2276575be080dc346e828 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 9 Nov 2024 04:54:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 843721b..3f70304 100644 --- a/notes.md +++ b/notes.md @@ -384,3 +384,4 @@ 2024-11-02T06:33:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2024-11-09T04:57:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-11-09T20:51:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2024-11-09T04:54:00 - Refactor for clarity, might break a few tests though (pulp-runtime)