Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
majafranz committed Dec 9, 2024
1 parent 339189c commit fd6f5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fromhopetoheuristics/pipelines/qubo/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fd6f5fa

Please sign in to comment.