Skip to content

core: Fix bug in Problem.check_constraints#172

Merged
g-braeunlich merged 1 commit into
mainfrom
check-constraints-fix
Sep 4, 2025
Merged

core: Fix bug in Problem.check_constraints#172
g-braeunlich merged 1 commit into
mainfrom
check-constraints-fix

Conversation

@g-braeunlich
Copy link
Copy Markdown
Collaborator

Description

Fixes #170

Type of change

Please delete options that are not relevant.

  • Documentation only change (no code changed)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files
  • I have run ruff check . and ruff format
  • I have run mypy .
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@g-braeunlich g-braeunlich self-assigned this Sep 4, 2025
@g-braeunlich g-braeunlich merged commit 04c455e into main Sep 4, 2025
13 checks passed
@g-braeunlich g-braeunlich deleted the check-constraints-fix branch September 4, 2025 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple values for kwargs in Config

2 participants