From e8114cf86f35b7bf7e48d2fb5254a3b7055a7167 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Wed, 25 Feb 2026 11:57:03 -0600 Subject: [PATCH] Call integrals::set_defaults in integration tests --- tests/cxx/integration_tests/integration_tests.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cxx/integration_tests/integration_tests.hpp b/tests/cxx/integration_tests/integration_tests.hpp index a4a1efe..fa4d9a4 100644 --- a/tests/cxx/integration_tests/integration_tests.hpp +++ b/tests/cxx/integration_tests/integration_tests.hpp @@ -31,6 +31,7 @@ pluginplay::ModuleManager load_modules() { pluginplay::ModuleManager mm(rv); scf::load_modules(mm); integrals::load_modules(mm); + integrals::set_defaults(mm); nux::load_modules(mm); chemcache::load_modules(mm);