From af6a74062793f860c39e4be935f23209e7629219 Mon Sep 17 00:00:00 2001 From: Andreas <65680779+mottenmann99@users.noreply.github.com> Date: Tue, 6 May 2025 18:19:34 +0200 Subject: [PATCH] Update pynestml_frontend.py --- pynestml/frontend/pynestml_frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynestml/frontend/pynestml_frontend.py b/pynestml/frontend/pynestml_frontend.py index 110dbbf15..e239d1e29 100644 --- a/pynestml/frontend/pynestml_frontend.py +++ b/pynestml/frontend/pynestml_frontend.py @@ -356,7 +356,7 @@ def generate_spinnaker_target(input_path: Union[str, Sequence[str]], target_path """ generate_target(input_path, target_platform="spinnaker", target_path=target_path, install_path=install_path, - logging_level=logging_level, store_log=store_log, suffix=suffix, dev=dev, + logging_level=logging_level, module_name=module_name, store_log=store_log, suffix=suffix, dev=dev, codegen_opts=codegen_opts)