From 2e09696a673eeae099bc87024e6f32e6c5815fa3 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Sat, 5 Apr 2025 17:14:16 -0400 Subject: [PATCH] Fix bug with generators? --- .idea/editor.xml | 241 +---------------------------- CMakeLists.txt | 3 +- examples/symbolic_regression.h | 1 + lib/blt | 2 +- src/transformers.cpp | 19 +++ src/tree.cpp | 13 +- tests/2_type_drop_test.cpp | 194 +++++++++++++++++++++++ tests/symbolic_regression_test.cpp | 28 ++-- 8 files changed, 236 insertions(+), 265 deletions(-) create mode 100644 tests/2_type_drop_test.cpp diff --git a/.idea/editor.xml b/.idea/editor.xml index b0d69ef..04cdbc9 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -240,244 +240,7 @@