Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit a652d3f

Browse files
committed
fix reno
1 parent f195520 commit a652d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasenotes/notes/refactor_interpret-1d35f44d08d87e2c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ features:
44
Change the signature of `QuadraticProgramConverter.interpret` from
55
`interpret(OptimizationResult) -> OptimizationResult` into
66
`interpret(Union[np.ndarray, List[float]) -> np.ndarray`.
7-
Change the signature of `OptimizationProblem._interpret` to return
7+
Change the signature of `OptimizationAlgorithm._interpret` to return
88
OptimizationResult.
99
deprecations:
1010
- |

0 commit comments

Comments
 (0)