Skip to content

[BUG] Fix typo "grater" to "greater" in AptaTransPipeline validation …#306

Merged
NennoMP merged 1 commit into
gc-os-ai:mainfrom
adarshh347:fix/typo-grater-greater
Apr 6, 2026
Merged

[BUG] Fix typo "grater" to "greater" in AptaTransPipeline validation …#306
NennoMP merged 1 commit into
gc-os-ai:mainfrom
adarshh347:fix/typo-grater-greater

Conversation

@adarshh347

Copy link
Copy Markdown
Contributor

Reference Issues/PRs

Fixes #305

What does this implement/fix? Explain your changes.

Fixes a typo in the AptaTransPipeline depth validation error message. Changed "Must be grater or equal than 3" to "Must be greater than or equal to 3."

What should a reviewer concentrate their feedback on?

  • One-line string change in pyaptamer/aptatrans/_pipeline.py, line 105

Did you add any tests for the change?

No — this is a string-only fix with no logic change.

Any other comments?

N/A

PR checklist

  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG]. [BUG] - bugfix, [MNT] - CI, test framework, [ENH] - adding or improving code, [DOC] - writing or improving documentation or docstrings.

  • Added/modified tests

  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.

To run hooks independent of commit, execute pre-commit run --all-files

@NennoMP NennoMP merged commit f4e4e28 into gc-os-ai:main Apr 6, 2026
17 of 18 checks passed
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]:Fix typo and grammar in validation error message in AptaTransPipeline

2 participants