Skip to content

Commit

Permalink
Small formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan-rgb authored Nov 4, 2024
1 parent 915bdf4 commit edc3070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/catcma/catcma.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def sample_relative(
c[idx, index] = 1

y = t.value if study.direction == StudyDirection.MINIMIZE else -t.value
solutions.append(((x, c), y)) # type: ignore
solutions.append(((x, c), y)) # type: ignore

optimizer.tell(solutions)

Expand Down

0 comments on commit edc3070

Please sign in to comment.