Skip to content

Issue 1882 - Fix rolling out of character limit update - #1887

Merged
ClaireDons merged 3 commits into
masterfrom
issue-1882-update-character-limit
Jul 27, 2026
Merged

Issue 1882 - Fix rolling out of character limit update#1887
ClaireDons merged 3 commits into
masterfrom
issue-1882-update-character-limit

Conversation

@ClaireDons

@ClaireDons ClaireDons commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Fixes #1882

Description

We now only raise an error if a key is longer than 40 characters and updated the relevant tests that were still looking for 16. After checking, we already truncate the names after the numbers are added (so the logic was already correct).

Checklist

  • Links to correct issue
  • Update changelog, if changes affect users
  • PR title starts with Issue #nr, e.g. Issue #737
  • Unit tests were added
  • If feature added: Added/extended example
  • If feature added: Added feature to API documentation
  • If pixi.lock was changed: Ran pixi run generate-sbom and committed changes

@JoerivanEngelen JoerivanEngelen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, could you update the changelog? That we increased the max amount of characters to 40? I see there is a specific comment under fixed for imod5 with wells specific, but the change we make here is more general, as it applies to all keys assigned to a Modflow6 model.

Approving in advance

@sonarqubecloud

Copy link
Copy Markdown

@ClaireDons
ClaireDons added this pull request to the merge queue Jul 27, 2026
Merged via the queue into master with commit 437d8f3 Jul 27, 2026
8 checks passed
@ClaireDons
ClaireDons deleted the issue-1882-update-character-limit branch July 27, 2026 14:27
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.

[Bug] - Character limit change not fully rolled out

2 participants