From 43e5ac46b99b3aed746a76efbc3660a9ef523072 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 4 Sep 2024 22:54:51 -0400 Subject: [PATCH] remove testing --- CMakeLists.txt | 2 +- include/blt/gp/program.h | 1 - lib/blt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60783e5..e3e9fe7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(blt-gp VERSION 0.1.45) +project(blt-gp VERSION 0.1.46) include(CTest) diff --git a/include/blt/gp/program.h b/include/blt/gp/program.h index ad2af8c..fca001d 100644 --- a/include/blt/gp/program.h +++ b/include/blt/gp/program.h @@ -128,7 +128,6 @@ namespace blt::gp // largest = largest * largest_argc; blt::size_t largest = largest_args * largest_argc * largest_returns * largest_argc; - BLT_TRACE(largest); storage.eval_func = [&operators..., largest](const tree_t& tree, void* context) -> evaluation_context& { const auto& ops = tree.get_operations(); diff --git a/lib/blt b/lib/blt index a7645d9..7198a8b 160000 --- a/lib/blt +++ b/lib/blt @@ -1 +1 @@ -Subproject commit a7645d9ddec57ecaad525b48a30f8001adcf75e8 +Subproject commit 7198a8b0c32e35c9d80d8e44ff17c7199ddde6f8