Commit 82a60cd
fix: resolve remaining mypy type errors in COPT solver
Fix type compatibility issues in solvers.py:
- Convert condition to string for Status.from_termination_condition()
- Ensure legacy_status assignment matches expected str type
Resolves the final mypy errors, completing issue #367.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 65f8210 commit 82a60cd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2041 | 2041 | | |
2042 | 2042 | | |
2043 | 2043 | | |
2044 | | - | |
| 2044 | + | |
2045 | 2045 | | |
2046 | | - | |
| 2046 | + | |
2047 | 2047 | | |
2048 | 2048 | | |
2049 | 2049 | | |
| |||
0 commit comments