Skip to content

Commit 4c44634

Browse files
jfy133pinin4fjordsclaude
authored
Llamacpp-python/run:Remove duplicated ] causing broken GPU test (nf-core#11573)
* Remove duplicated `]` causing broken test * Add missing opening triple-quote in setup block The setup block's HUGGINGFACE_DOWNLOAD process was missing the opening """ before input[0] = [, leaving the closing """ orphaned and causing the Groovy parser to fail with "Unexpected character: '\"'". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Jonathan Manning <jonathan.manning@seqera.io> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3e83d89 commit 4c44634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/nf-core/llamacpppython/run/tests/main.gpu.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ nextflow_process {
1919
run("HUGGINGFACE_DOWNLOAD") {
2020
script "../../../huggingface/download/main.nf"
2121
process {
22+
"""
2223
input[0] = [
2324
[ id:'test_model' ],
2425
"mradermacher/tiny-gemma-test-i1-GGUF",
2526
"tiny-gemma-test.i1-Q4_K_M.gguf"
2627
]
27-
]
2828
"""
2929
}
3030
}

0 commit comments

Comments
 (0)