From fd6f5faa5d8b470388a1356282325c6d90d96b03 Mon Sep 17 00:00:00 2001 From: majafranz Date: Mon, 9 Dec 2024 09:32:59 +0000 Subject: [PATCH] remove whitespace --- src/fromhopetoheuristics/pipelines/qubo/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fromhopetoheuristics/pipelines/qubo/nodes.py b/src/fromhopetoheuristics/pipelines/qubo/nodes.py index 2519745..5816cfb 100644 --- a/src/fromhopetoheuristics/pipelines/qubo/nodes.py +++ b/src/fromhopetoheuristics/pipelines/qubo/nodes.py @@ -63,7 +63,7 @@ def build_qubos( for i in angle_parts: extra_config = { "geometric_index": i, - "xy_angle_parts ": num_angle_parts, + "xy_angle_parts": num_angle_parts, } model = QallseSplit(data_wrapper, **extra_config) build_model(doublets=doublets, model=model, add_missing=False)