Skip to content

Fix Python test suite compatibility issues#8

Merged
montge merged 9 commits intomasterfrom
fix/test-suite-failures
Dec 21, 2025
Merged

Fix Python test suite compatibility issues#8
montge merged 9 commits intomasterfrom
fix/test-suite-failures

Conversation

@montge
Copy link
Owner

@montge montge commented Dec 21, 2025

Summary

  • TestActuator: Update scipy linregress() call to use two-argument form instead of single 2D array (API changed in newer scipy versions)
  • TestInputSocket: Filter empty strings from telnetlib3 parsed command list for compatibility with telnetlib3 output format

Test plan

  • All 56 tests pass locally
  • Verify CI tests pass

🤖 Generated with Claude Code

dependabot bot and others added 9 commits November 28, 2025 10:30
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Provides guidance for Claude Code including CMake build commands,
test execution, and high-level code architecture documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- TestActuator: Update scipy linregress() call to use two-argument form
  instead of single 2D array (API changed in newer scipy versions)
- TestInputSocket: Filter empty strings from telnetlib3 parsed command
  list for compatibility with telnetlib3 output format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@montge montge merged commit 0ab85a4 into master Dec 21, 2025
48 of 51 checks passed
@montge montge deleted the fix/test-suite-failures branch December 21, 2025 19:44
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.

4 participants