From 898a0570dfe619ec2bcf330b07dce9b23cb63d54 Mon Sep 17 00:00:00 2001 From: Void Agent Date: Fri, 14 Aug 2026 13:11:02 +0100 Subject: implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer baseline, train/eval/plot, 16 tests --- conftest.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conftest.py (limited to 'conftest.py') diff --git a/conftest.py b/conftest.py new file mode 100644 index 0000000..2ca7a99 --- /dev/null +++ b/conftest.py @@ -0,0 +1,4 @@ +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) -- cgit v1.2.3